SoundCloud iframe on webview not playing
I have a webview which I set its HTML content manually. The content is just an iframe from soundcloud like the code bellow: index.jsvar html = "<iframe width='100%' height='120' scrolling='no'...
View Article[ERROR] : Couldn't determine the proper encoding.
[ERROR] : Couldn't determine the proper encoding. Make sure this file: My App Name.app is UTF-8 encoded. Does anyone know how I can fix this error? It's showing up since I've added a web view where I...
View ArticleHeight of a WebView with static HTML content
I'm trying to display a product description in a product detail window. The description comes from a JSON feed and contains HTML, therefore i'm using a webview. Problem is, that if i set the WebView...
View Articlewebview crash in android emulator
I am in OS X Mavericks, Titanium 3.1.3 Whenever I tried to open some website on android emulator using webview, the app keeps crashing. What can be the reason
View ArticleActivity indicator on links within a web view
By default, my web view shows an activity indicator when the window first loads, which is great. I need to extend that so that once the first page in the web view loads, if I click a link inside the...
View ArticleHow secure are local files when used in a webview
I've built some apps with javascript that I haven't made available on the internet yet and I'm thinking that compiling them as local resources accessed via a webview would be the quickest way to get...
View ArticleDisabling Javascript from Local Files of a WebView
Hi there- I have an app that allows a user to traverse documents, and retrieve the documents and open them within a webview (the controller code is below to do the download/set the url for the...
View ArticleTake a photo from Camera and show in a WebView?
How to take a photo from Camera and show in a WebView?
View Articleopen remote pdf file on webview in Android
How can we show the PDF file in web view in Android Device?
View ArticleTi is not defined when Ti.App.fireEvent in webview
That's all the information I can give you guys. I can't access titanium or Ti from webview. When I run in on the desktop it keeps saying: Uncaught ReferenceError: Ti is not defined Am I missing an...
View Articleimage loaded with img tag in webview is damaged
i want to display image with img html tag in webview. image file is stored under app directory. randomly, image is displayed damaged with weird coloured lines , randomly it is displayed correctly. if i...
View ArticleRedirect back from browser to app on occurence of some events like facebook...
Hello, I dont want to incorporate webview inside the app but use the default system browser for this task. What i'm basically trying to do is authenticate the users via OAUTH like how the FACEBOOK...
View ArticleTi.UI.SIZE not working properly with width
Hey guys, the title is pretty self-explanatory, I have a web view with dynamic content, so I need to create a webview with 'auto' width and height, since that's deprecated, I decided to use Ti.UI.SIZE,...
View ArticleTi.App.fireEvent not working from WebView, no js console, no hope.
I am trying to capture all clicks on <a> tags in my web view, of which I only have a couple on the page I'm rendering by setting the 'html' attribute. Here is my code with trial-and-error...
View ArticleTitanium webview leaflet/gmaps pinch zoom not working properly
Hi folks, I'm actually developing a Titanium webview mobile application using local HTML code (not remote URL) for Android. My HTML code should contain a map such as leaflet or Gmaps and should allow...
View ArticleHow to disable vertical scrolling without e.preventdefault()
I'm doing an app in Titanium. In this application, I have to load some graphs so I use a webview. This is the html I'm loading. In the application I want to zoom some parts of the app so I put all...
View ArticleOpen external urls within webview with remote content
I have created an app which basically just wrapps a whole web site which is responsive. Everything works great except one thing! External links will open in the webview,but I need them to open in...
View ArticleMJPEG on Android
Has anyone been able to get MJPEG's to work on Android via webview or any other method...? I've had them working perfect on iOS for a while now via webview, but Android seems never load the MPJPEG. Any...
View ArticleAndroid - java.lang.OutOfMemoryError
I am trying to load a URL in a web view and I am getting out of memory error. I tried to play around with httpclient.maxbuffersize and threadstacksize as below: <property...
View ArticleWebView SSL Error Android
Hey guys, I got a big problem of accessing a SSL page in a WebView on Android. I got default code like this:var webView = Ti.UI.createWebView({ top : 0, bottom : 0, scalesPageToFit : true, right : 0,...
View Article