Cookie Sharing on Android - HTTPClient to WebView
On Android, HTTPClient and Webview use different cookie stores. I need to authenticate with a POST using HTTPClient, grab my cookie, and then add to the System Cookie store that is used by webviews so...
View Articleandroid webview highlight color when input field in clicked
Hi, I'm looking for a way to disable the highlight color in webviews when a field is selected. At default it gives me a greenish overlay for a moment before focussing. Normally (in mobile browsers)...
View ArticleSearch function within webview (android & ios)
Hi.. im developing an app which uses webview to display html content.. i want to have a search function allowing users to search text in the html content. I found out that when I highlighted the text...
View ArticleHow do i load only part of webpage in titanium?
Hi all if i use web view it loads me the whole web page but i just want to load only a part of webpage is this possible?if so kindly suggest me some examples.In both android and IOS,using titanium 3.2...
View Articlecalling login in asp.net which sets a session using the network api doesn't...
Hi, I wrote a little app that when started calls my asp.net web server and performs login in the background (with data saved on the device). this login page sets a session on the server for the login...
View ArticleLink should be clickable in webview description
HI Iam using webview and the data is being retrieved from database. My data contains some weblinks inside that description, so I want those links should be clickable, I mean whenever a link is clicked...
View ArticleButton bar - how would you create this?
Hi guys, I'm just started learning Titanium and stumbled into at problem. I want to create a Button bar. I can't use the build in Titanium.UI.ButtonBar since I need to change the fontSize and...
View ArticleUsing jquery to set value of a textbox in WebView
Hi, I am loading an external URL using a webview. I would like to use jquery and set a value of a text box, but i have been struggling with it for hours. here is a sample code: var self =...
View ArticleWebview with facebook or twitter JS SDK causes white page on iOS
Our app uses some webviews which show some pages of our mobile website. Always worked fine until now. Pages didn't load anymore; they would give a flash of the content, but then turned white. After...
View ArticleLocal HTML Not Appearing WebView
Hi, I have a html file that I have tested and it is loading fine when I go to Open With Web Browser from Titanium. The issue I'm facing is getting it display in a WebView: <View...
View ArticleWebView PHP page not rendering - code displayed
Hi, I have a WebView which has a url to a php page i created. I've installed PHP in Titanium however on running the app, the code itself appears in the WebView i.e. its not rendered. Is there something...
View ArticleOpening a particular places when map opens in webview
Hi All, I'm opening Google maps in webview as follow.var wv = Ti.UI.createWebView({ url:address, top:50, enableZoomControls:true, touchEnabled: true }); win.add(wv);Now, I want to show an annotation...
View ArticleTi.App.fireEvent inside webview - Android emulator
Hi all, I would like to know if I am the only one to have this problem - firing an event from a web view on android amulator 2.3.3 : app.js: var win = Ti.UI.createWindow(); win.open(); var web =...
View Articlecontextual action bar
Hi... i need to use the contexual action bar in my android application but currently the titanium sdk not suppoting those feature. so I found that we can extends the function of Titanium SDK by...
View ArticlePass data from controller to html file in WebView
Hi, I have a WebView showing a HTML file. How do i get data from a controller to the HTML file? I've searched around but the answers I've found don't seem very clear - is there some smarter/efficient...
View ArticleHow Run Youtube Video in Landscape Mode in IOS Device using Webview
Hi Friends. I want to run you-tube video in my app using web-view only in landscape mode . Each time it run video in Portrait mode only even I have forcefully change window mode to landscape using...
View ArticleFireEvent When WebView Loads
HI, I followed a tutorial on the Wiki so that i am getting data from a index.js controller to a WebView however at the moment, the fireEvent only occurs when a button is pressed:...
View ArticleURL Parameter Not Showing In WebView
Hi, I have a web view that i'm successfully able to load using: <View class="rightSection"> <WebView id="webview" url="radar-basic.html" /> </View> However when i pass some variables...
View ArticleAlloy Webview HTML Custom Font
Hi, I have been trying everything I can find in the Q&A and documentation but nothing works. I am trying to get a Custom Font to work in a HTML Webview in Alloy. Has anyone been able to get a...
View ArticleWebview, prevent target blank from opening in new window & android settings
Hi, I have a remote url, which loads Disqus comments. However on android,when the user needs to authenticate the app automatically opens a new window with a webview. So far I have found no way in...
View Article