MJPEG 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. I...
View ArticleYQL Screen Scraping
This is essentially a follow up question to this one, but once I finally got some results from my YQL query, they weren't in the format I was necessarily expecting and now I'm not sure how to deploy...
View Articlecannot open webview
I can't open a simple webview (ios and android), I must miss something cause It's very simple here is my code : myapp.win = Ti.UI.createWindow({ backgroundColor : '#fff', layout : 'vertical' });...
View ArticleWebView behavior discrepancy on Android API level 10 vs. 13
I'm seeing some strange behavior with a WebView on Android, and I've narrowed down the change to between API level 10 and 13. On API level 10, when a WebView is loaded in a window and the device is...
View Articlehow to open and edit excel sheet
hi, i want to open an offline excel sheet packed with the application , and let the suer edit it ,i want make it even if i opend it in third party apps , but i dont know how i tried the webView but it...
View Articlepersist cookie in webview
Am using 3.1.3.GA sdk, Alloys 1.2.2 and 2.3.3 Android Emulator. In app, I am persisting the login of the user and for some reason I need to access site url in webview, there am unable to persist...
View ArticleAndroid: Opening an activity with a webview containing a HTML5 video for a...
I am serving video's in a webview in Android using Appcelerator Titanium. On iOS this works like a charm. But on Android this gives some problems. It goes wrong the second time an activity is opened...
View ArticleSite gets opened in a webview without title and back button
When i click the link the site gets opened but without any title in a title bar and without any back button. Titanium sdk is 1.6.2 and platform is iphone my code is var win2 =...
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 ArticleAndroid and WebView rendering - Good on emulator, inconsistent on device?
I never seem to have a problem with a web view loading it's content in the Android emulator, but it seems very buggy when I deploy my app on the device. (in my case, Nexus 7) Does anyone have advice on...
View ArticleTitanium.Filesystem undefined in webview
Titanium.API.info("Attempting to log typeof Filesystem"); Titanium.API.info(typeof Titanium.Filesystem); Filesystem is an object when referenced not in a web view. When I create a web view and...
View Articleerror loading pdf into webview
Hi, I get [ERROR] Couldn't determine the proper encoding. Make sure this file: The_iPad_App_Wave.pdf is UTF-8 encoded. when loading a pdf into a webview. I think the message doesn't tell the real...
View Articlewebview can't scroll to bottom
I have a webview loading local html, I can't sroll to the bottom of the html.On ipad I can see the bottom but as soon as I release the scroll It goes up and hide the bottom of content. here is my code...
View ArticleEmbedded youtube on webview still playing on Android
Hi I have this code: var movieUrl = "http://www.youtube.com/embed/" + trailerId + "?fs=1&autoplay=1"; webview = Ti.UI.createWebView({ url : movieUrl, width: Titanium.UI.FILL, enableZoomControls:...
View ArticlePassing NTLM credentials to WebView URL for authentication
Good day, I am running the latest build of Titanium SDK, developing a mobile app using iOS 6.1 SDK for in-house deployment on iPhone 4(s) running iOS 7. Upon launch, the app presents the user with a...
View ArticleGlobal variable between windows
Hi, I have 4 tabs and 4 windows for each tab. There is also a another window for extra information. Each window is defined in different Javascript file. One window has a webview. I just want to access...
View ArticleUsing javascript libraries for computation
I have some js code that does some computation (essentially, a bunch of for loops for matrix operations). My first attempt at a Ti app simply embedded a WebView with this JS code and let the WebView...
View Articlelinkedin oauth2
https://github.com/aaronksaunders/clearlyinnovative.linkedInnow i have used this example for linkedin and it work but i wont to use linkedin oauth2 can any one help me cause the api that i used is...
View ArticleSet a user-agent for a webview. Please help
Hey guys, i really need a way of setting a custom user-agent for a webview but cant seem to crack it. Happy to give a reward to anyone who can give me the code :)
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 Article