use getUserMedia with a WebView?
I'm trying to create an app which records a short audio clip. It looks like Titanium.Media.AudioRecorder isn't supported on Android, so I thought I could use navigator.getUserMedia in a WebView. The...
View Articlejavascript include in webview not working
I'm trying to include a js file (jquery-1.3.2.js copied from KitchenSink webview example) in an html page hosted in a webview: var webview = Ti.UI.createWebView(); webview.url = 'test.html';...
View ArticleAndroid webview video >> exit from fullscreen issue.
Hi.. i getting the issue after video fullscreen mode in android webview. player have no exit from fullscreen option. how can go back from the fullscreen mode. Titanium SDK version >> 3.2.2
View ArticlePinch webview openlayers
I'm testing Titanium for develop an application with openlayers in a local webview. I use Titanium SDK 3.2.2GA and I test my apps on 2 devices: - Nexus 4 with Android 4.4.2 - Samsung Galxy SII with...
View Articlehow to pass an variable from Titanium app.js to webview html
how to pass app.js variable to webview html property? I'm test marquee effect in webview. I pass a app.js variable to webview html code. I use this manner, but It is show wrong code about '" . Am I...
View Articlefire event on webview with remote url
Hello, i have a webview with a remote url. i want to open links in that file in safari - not in the webview. is there a way to do that? thanks and best regards, Roman
View ArticlewebView with remote HTML - does not fireEvent
Fellow Appcelerators, Making fireEvent work on iPhone and latest Appcelerator 1.4.x is driving me nuts and I hope community can help me. I have two problems: Scenario: A simple app with app.js page and...
View ArticleKeyboard toolbar [prev / next] on webview with multiple forms?
Hi Guys. I have a web view with local html and 3 forms on it. The forms are correctly formatted, but i want to stop the keyboard toolbars prev and next buttons from jumping to the next form? When on...
View ArticleAndroid repaint webview
I have a webview. I set an url, and execute a webview.evalJS function. But when I do this, I got a strange border. When I turn my screen the webview repaints and the strange border is gone. I know the...
View ArticleFireevent in remote Webview ?
I'm trying to Fire an event from a remote Webview with Alloy. Is this possible? page.xml<WebView url="http://remoteurl.com/page.html" scrollsToTop="true" height="auto" enableZoomControls="false"...
View ArticlePass data from Controller to WebView - event is fire many times...
I pass data from Controller to Webview. If I click the button "Reload with new message", my webview is reloaded in my contentView, but my event listenner adds permanently. If I click on my button 5...
View ArticleWebView with YouTube, Facebook, or Flickr not responding
Hello, I am working on a project for a client where they would like their Youtube, Facebook, and Flickr web pages in the app in a webview (I tried to get them to load content in a tableView but there...
View ArticleWebview inside a view will not load
So I am having an issue loading a webview. The code is below... I need some help here guys! Thanks! var webview = Ti.UI.createWebView({ url:'http://google.com', top: 75, width: 100, hieght: 100 });...
View Articlebrowsing file to from webview android
i created a webview in the app. and in the HTML page i used a form to upload pics from android devices to the server. if i use the default device browser, it works great, i can browse from the gallery,...
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 ArticleConvert Byte Stream Data To PDF Load On WebView IOS And ANDROID
I got byte stream of data from server response. Now need to convert stream data into PDF and load on webview, but without saving PDF locally. [pdf file need not store locally on mobile device...
View Articlewebview not loading
Trying to display webview but the page just shows loading symbol on simulator. Page never loads. Tried it on real device, but still doesn'twork.Below is my code. var win4 = Titanium.UI.createWindow({...
View Articlewebview inside scrollview
Hi, I have a problem with webview inside scrollview. If I only put a webview (disable touchEnabled) inside scrollview... works fine. See code here But... If I change the layout with FLIP, sometimes one...
View ArticlePassing parameters to HTML Page loaded in webview
How to pass the value from Titanium JS to HTML page.Here i attach my simple code `var win=Ti.UI.createWindow({ //layout:'vertical', title:'My Web View' }); // Create a WebView var webview =...
View ArticleWebview intermittently displays HTML content in large font size (iPhone)
I've searched around the community forums and cannot see anyone that's posted a similar problem, so here goes the issue I'm having.... I have a Titanium Window that I open modally that displays some...
View Article