Google Drive viewer displays PDF on Chrome but not on WebView [Android]
As the title says, I can load the pdf normally via chrome but on my App, an error (from the Google viewer) appears: "whoops there was a problem previewing this document" Any clue? I've spend several...
View ArticleUsing EvalJS to submit a form in a webview from actionbar click
Hi, I have a form with some form fields on in a webview. I wish for the user to complete these, then use a 'save' button on the actionbar to submit the form, thus sending the data to a webserver. I can...
View ArticleHow to select the value in the textfield programmatically in Titanium MOBILEWEB
In Titanium, to select the textfield value programmatically, I have used textfieldObj.setSelection(start,end) which only works in IOS and ANDROID(as per document) Can any one let me know the solution...
View ArticleBlank Screen after notifications
Hi, We are encountering an issue with our App and we are having trouble pinpointing the issue. The biggest problem we have is that we can't reproduce the problem but we are receiving regular complaints...
View ArticleHelp witch local html webview
hello developers is the first time I'm asking a question here so my question is this: I 'm calling a local html with webview and within that HTML has a list that each element needs to call other...
View Articlequestion about local html with webview
hello developers is the first time I'm asking a question here so my question is this: I 'm calling a local html with webview and within that HTML has a list that each element needs to call other...
View ArticleMake Titanium app variable available to webview
Is it posible to make Titanium apps var video = event.media; or its content(event.media) available to var webview = Titanium.UI.createWebView({url:'upload.html'});
View ArticleVimeo video does not play in webview, but Youtube works (iframe ans html5)
Vimeo video inside Android webview does not play. I have the following code which displays: Vimeo Youtube For the vimeo the first frame of video shows up but when I hit play either nothing happens, the...
View ArticleAccess or load Titanium variable in lokal webview
Is it possible to access or load a variable from Titanium in a local webview? The javascript or html in the webview needs to recognize and find the object or blob and be able to treat it.
View ArticleProblems loading twitter URL in webview on Android
My original problem with my full application is that when a twitter URL is clicked within my webview on Android (SDK 1.7.1, Android 2.2) I never see the load event, so I am unable to remove my activity...
View Articletemplate engine for titanium
Is it possible to integrate any template engine in titanium mobile project using webview? Titanium SDK 3.5.0.GA, Titanium 3.4.1, Alloy
View ArticleWebview [TiBlob rangeOfString:]: unrecognized selector sent to instance...
Hi, I am trying to load an html in a webview. Its working with android and I can load the html content. But when I tried it iOS it returns the error [TiBlob rangeOfString:]: unrecognized selector sent...
View ArticleWebView: can't use evalJS
I can't use evalJS, this is my test app: index.jsvar web = Ti.UI.createWebView({ enableZoomControls:false, disableBounce:true, willHandleTouches:false, touchEnabled:false, url:'test.html' });...
View ArticleHow to play embedded video in android in web view
Need help, <Alloy> <Window class="container"> <WebView id="webview" url="http://www.ustream.tv/***/****"/> </Window> </Alloy> This code work fine on iOS devices,but when...
View ArticleHow can i open url it outside webview and app.
Webview conatin URL which is not opening out side app. How can i open url it outside webview and app.
View Articlelocal HTML files' window.history.back does not work in Titanium.UI.WebView...
Hi, I had created 2 simple local html files: index.html & page1.html. Basically, index.html contains a link to page1.html and page1.html contains a button while on click will call...
View ArticleSlow to open WebView when changed User Agent on Android
I changed an user agent in my Alloy controller. So it's very slow to open a webview and a display is blacked out. controller.js$.webview.userAgent += 'MyAppName/' + Ti.App.version...
View ArticleWebview disassepar after scrolling pages in a ScrollableView
I am developing an application using SDK 3.2.2 and Alloy Framework for Android , i have a scrollableView, each view of the scrollableView is structured like the following : <view...
View ArticleWebView disassepar after reach the end page of ScrollableView
I've a ScrollableView with 6 Views, the third and the fifth have a WebView inside (with other views and labels). The third one loads a local file '/graph/map.html' and construct a chart.js graph, every...
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 Article