open a window from within a gmap infowindow generated in a webview ?
i'm creating google maps on the fly from an online php file that creates the map and opens in a webview on android (long story) - i can pass all the data to the info window but i'm stumped about how i...
View ArticleAndroidProtocolHandler: Unable to open asset URL
Hi, I am using web view to draw chart using rgraph but when i run my app i got this error AndroidProtocolHandler : Unable to open asset URL: file:///android_asset/Resources/ui/Rgraph.bar.css any idea??...
View ArticleWebView + HTML Canvas for Sepia effect on images
Hi Team, I am implementing a iPhone and Android app, i have an issue in the step of apply the effect sepia, for sepia effect i am using the Pixastic jquery library, i will appreciate your experience...
View ArticleRun Angular JS inside webview
Hi, i'm trying to run an Angular JS local application inside a WebView (iOS and Android). The problem is that Angular.js makes AJAX requests to fetch the html templates, so it needs a web server to...
View ArticleControlling webView canvas through Javascript
Hello, I've started using Titanium a few months ago and started building in webView. Started with a simple app to see whether webView canvas works like it does in browsers or not, so I created one but...
View ArticleDetect Webview URL Change
I'm trying to sort out what event to attach to to detect when a webview's url (location) changes. The sequence of events would be: Open webview to http://domain-a.com User completes form, gets...
View ArticleMaximizing webview/hiding titlebar
How do I maximize a webView to take the whole screen? Or How do I hide the title bar? So I have <statusbar-hidden>true</statusbar-hidden> <fullscreen>true</fullscreen>...
View Articlewebview
before load event is fired twice on opening remote pdf through webview on ios device.Can any one suggest a solution for this.
View ArticleCan't display a chart on a webview canvas only on sony devices
Hi, I am using SmoothieCharts to draw a graph on a canvas : http://smoothiecharts.org/. It works very fine on my devices (Samsung, noname, etc.). Yet on Sony devices, two users reported that it the...
View ArticleSave cache file to device from videoPlayer/webview
Hi, I've got a video and audio url that I played using titanium media player. The question I want to know is can I get the video and audio cache file so that I can save it to the device? Or I can also...
View ArticleHiding webview zoom control without disabling zoom.
Hi, I would like to hide de + and - controls that show up in a zoomable webview. I tried using this option...
View ArticleWebview override loading new page display
How on a webview do I make it so when I'm currently going to a new URL, the webview doesn't stop displaying the page? Basically on iOS when I go to a new URL, my entire web view goes white (this...
View ArticleCache Website offline - any ideas?
Hi, doing some R&D for solving following case: we need a static website downloaded to device to view offline. If opened up, it should be checked for updates and the site should be downloaded again....
View ArticleevalJS returns nothing on iOS, but works on Android
Fairly simple question. I'm trying to evalJS the document object for testing evalJS on my webview which is loaded to a remote webpage. var test = $.webview.evalJS("document"); alert("DATA: " + test);...
View ArticleWebView IOS crash with local file
Hi there, my titanium app crashs trying to load a local file in a WebView (only on IOS) I'm using Titanium 3.2.2, but i tried Titanium 3.1.3, 3.2.0, 3.2.1 as well The code that I use is:var file =...
View ArticleWebview crashes while zoom
Our application crashes when we zoom in/out for the Webview on Android devices. We can see the following log message in console. [INFO] : libc: Fatal signal 11 (SIGSEGV) at 0x4114b664 (code=2), thread...
View ArticleCommunicate with remote web view
I've looked through the appcelerator docs and there is apparently no way to communicate from the app to a webview connected to a remote website. The only thing I found was using evaljs but that only...
View Articledisplay view over webview
I want to display a view over a webview in my titanium alloy project. Is there any way to make the view visible on top of the webview for a while?
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 Articleweb-view not loading UI component from remote URL in android lollipop
Hi, I have url to load in web-view returned from server,I just give url to webview but its not showing UI designed in html hosted at the returned url in android lollipop only.It is displaying all data...
View Article