stop a webview scrolling to the right?
Is it possible to use a webview and stop it from allowing scroll to the right into white space. I have a fixed with on the webview, on the HTML inside it, but it still scolls. I want the webview to...
View Articleis it possible to prevent webviews on scrollableview from reloading when...
example code: var win = Ti.UI.createWindow({backgroundColor: 'black'}); Â var scrollableview = Ti.UI.createScrollableView({ top: 0, height: 300, cacheSize: 10, }); Â var webview = Ti.UI.createWebView({...
View Articleinject html into a webview
Hi all, I am wondering if it is possible to inject html into a webview in titanium. What I mean is, could I have the following webview: var obitWebView = Titanium.UI.createWebView({ url:obitURL,...
View Articleto open links in webview from html
Hi I am retrieving data from database, and Iam using webview, I have weblinks in database, so I want to open those links in browser., please help me.var webview_webpage = Ti.UI.createWebView({ html:...
View ArticleTitanium Webview iOS not display Yahoo confirm SMS Security
I try to develop an Application using Yahoo SDK. When App show a webview with url : https://api.login.yahoo.com/oauth/v2/request_auth?oauth_token=.... Then I input my username and account to login....
View ArticleLink to developer site in iTunes
Hi. If i want to have a link to my developers account in iTunes to show more apps from the same developer how will i do that? If i want to show...
View ArticleJavascript off in webview??
Is it possible to javascript off-mote in web view? I found some method like evalJS(), however I can't find good way to off the javascript. or it depends on the OS native setting?
View ArticleCan't play local video in HTML5 webview on Android
Hello, I'm trying to play local mp4 h264 videos on android. It works like a charm when video is hosted online but as soon as I try to play it from local it doesn't work. It also works well on ipad. The...
View ArticleOpen link from webview
How can i open a link from webview ? I use this code but it's doesn't work : var textHTML = '<a href="http://www.google.com" '; textHTML +=...
View ArticleRemote images not loading in WebView when on cell network (not wi-fi)
I'm building an app that shows a list of photos in a WebView. I load a standard HTML "host" document into a WebView, then build up the HTML that contains the IMG tags in Titanium and call a method in...
View ArticleAnybody success embed Ustream in Android webview ?
It seems to have no solution yet. I was trying to embed Ustream live in webview using url and html property, but it didn't both of them. So anybody knows about how can make to work with any...
View ArticleOrientation changes WebView font size
Currently on the iPhone simulator: I have a simple WebView loading some simple HTML. Everything looks fine in portrait, but when I rotate the simulator to landscape, the text is suddenly much larger....
View ArticleUIWebView Retina Display- Measurements in CSS
I asked question on Stackoverflow, I desperately need help.
View ArticleCan I Open A PDF File on Web?
I want to open a pdf file on the web when user clicks a link to it in a webview and I want to open it by acrobat reader application. Is it possible with android intent?...
View ArticleLocal webview with Android and SDK 3.2.1
Hi all, in my app I load a local html (with jquery) in a webview. If I use the SDK 3.2.1 seem that the page doesn't load correctly; there are some errors (seem css or html code). With SDK 3.2.0 the...
View ArticleAndroid: I/TiWebChromeClient.console: (main) [251,53645] Uncaught...
can anyone tell me what the heck this error is?? I/TiWebChromeClient.console: (main) [251,53645] Uncaught ReferenceError: TiApp is not defined i am opening google doubleclick jump url...
View ArticleLocal WebView with OpenLayers on Android 4.4 doesn't work
I've made a Titanium app with a local webview with openlayers. I've tested this app on some mobile devices with Android 2.3, 4.1, 4.3 and 4.4 and it works well on all less Android 4.4. Do you know why...
View ArticleCan you remote debug a WebView
I have an app that includes a WebView on iOS. Apparently, it should be possible to enable remote debugging on such apps from Safari on Mountain Lion. Can this be enabled with a webview in Appcelerator?...
View ArticleWith Titanium SDK 3.2.0 GA in Android the Webview breaks my app
Hi, I dont'n know why but if I export my android app with the Titanium SDK 3.2.0 GA when i click in a webview my app breaks :( anyone know why? Thanks a lot
View ArticleSolution for those with the "Android + Webview = Resource Images Not Showing"...
Hey guys, Thought I'd share this since I spent hours pulling my hair out (until 6am) and trawling through dozens of the same questions posted here over the last 2 years. I slept on it and came up with...
View Article