Google Maps JavaScript v3 fails in WebView for Android KitKat
Google Maps JavaScript V3 comes up blank when shown in a WebView - nothing renders. I am testing with the exact script as shown in the API documentation (except the API key is added), also copied...
View Articleclosing a window containing a webview triggers webview reload
Hello all, I have a commonJS module which returns a window. In this window, I have added a webView. Everytime I close the window I triggers a reload of the webview. I realy haven't got any idea why. my...
View ArticlePassing a value from a commonjs function to a html file in webview
I have a webview in which i am displaying charts. Along with the charts i want to add a label The text for this label is in a commonjs function which returns the value. However for some reason the...
View ArticleWebview on Android with autofocus: how suppress appearance of the soft...
Hi, in my app I have to use a webview ;-((. This webview uses HTML inputs and the crazy web developer made an autofocus to his input. Unfortunately, then appears a keyboard. How can I suppress?...
View ArticleAndroid WebView play video
Dear all, I need your help if you know how to solve it please kindly let me know. My app will launch a webview that linked to some video sites. From the counter party side there will be some javascrpts...
View ArticleAppend To Exiting Table Additional Data Problem
Problem: I want to push data row by row to a table so it does not re-draw the whole table ( ie table.setData(tableData); ) After I run through the normal process of creating a row I check and see if it...
View ArticleUncaught ReferenceError: TiApp is not defined
Hi, I'm getting the following error: I/TiWebChromeClient.console: (main) [41,13411] Uncaught ReferenceError: TiApp is not defined (1:) This error appears when i'm loading an url in a webview by de...
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 ArticleOpen webview address in browser
I want to create a button that opens the current web view address in browser. Following is my code. Please let me know the issue var self =Ti.UI.createWindow({ title:'Google' ]); var webview =...
View ArticleCan't remove window title bar in Android
I am porting an iOS app to Android and after creating a new window and webview to browse Internet, the name of the app is at the top of the display. This only happens on Android. I don't know how to...
View Articletitanium app html5 problem with external php
Hi, i had a website that call sometimes php pages, throught ajax i put absolute url in all javascript, and build on titanium html5 project in ios works perfectly, js call data and show it, but in...
View ArticleAndroid WebView can't open internal links
Hi, I want to show rss feeds in a webview. I can see the contents, but if I touch some links, it won't be displayed (only images with link). For example I have:<a...
View ArticleAndroid webview opens a blank screen, will not connect to the URL specified.
I run a website that I am currently redesigning (due to non use for a while), as part of the re-design I would like to run a application on android for users to open rather than having to navigate...
View ArticleLocal JQuery in Android
Hi everyone. I'm currently working on an app for both iOS and Android. The app needs to work without an internet connection. In my project I have a folder that contains the HTML pages, the javascript...
View ArticleAndroid - Avoid keyboard opened by default on a webview on SDK 3.2.3 GA
Hi, I updated my Android app for SDK 3.2.3 GA. The problem is relative the "auto" open of the keyboard on every webview. I would like open the keyboard only when the user focus it; and not at the load...
View ArticleWebview opens keyboard on Android
Hi All I am using a webview to load a large image because imageview just doesn't work with large images. Here is my setup for the window.exports.create = function(model) { var self =...
View ArticleGoogle Maps JavaScript v3 fails in WebView for Android KitKat
Google Maps JavaScript V3 comes up blank when shown in a WebView - nothing renders. I am testing with the exact script as shown in the API documentation (except the API key is added), also copied...
View ArticleURL property not geting updated in webview
Am using 3.1.3.GA sdk, Alloys 1.2.2, 4.0 Android Emulator and 7.0 iPhone simulator. Am using wenviews beforeload and load events to check the URL its loading. But if we navigate from one URL to next,...
View ArticleWebview, prevent target blank from opening in new window & android settings
Hi, I have a remote url, which loads Disqus comments. However on android,when the user needs to authenticate the app automatically opens a new window with a webview. So far I have found no way in...
View Articleone load event trigger both WebView event
Environment: mac Titatium ios i had created two WebView in a window when the WebView loaded, every WebView transfer data to Html'js to draw a chart. however, only one WebView can draw a chart, another...
View Article