Having issues calling createWebView
here is the error: [WARN] Attempted to load TiUIWebViewProxy: Could not find class definition. [WARN] Exception in event callback. { line = 134; message = "invalid method (createWebView) passed to...
View ArticleWebview invalid method
version: 3.2.3 ios 7 mac 10.9.3 <Webview id="chartView" url="http://www.google.com"></Webview> That is causing a problem : invalid method (createWebview) passed to UIModule I have cleaned...
View ArticleExtending TiWebView
Hello all, I'm trying to modify a TiWebView in an external module. What I'm trying to accomplish is to disable the settings.setSupportMultipleWindows(true);...
View ArticleSearch a word from html in webview
Hi I want to search a word from html page coming from database. Can you please help me. Here is my code.var search_web = Titanium.UI.createSearchBar({ barColor:'#385292', hintText : 'Search',...
View ArticleOpen window from index.js, cant reference window using $. in the controller...
Hello, I am opening a window on starting the my app, opening the login window via the index.js. index.jsvar login = Alloy.createController("login").getView().open(); This window opens fine. However, I...
View ArticleCreating a UI screen in HTML and rendering it..
Hi All, I have a requirement of this kind. I am thinking to design my ANDROID application's UI using HTML5 and nail it over a webview .I am very new to this IDE and i have a bag of queries before...
View ArticleContent overalp by setting html of WebView more than once
I have a webview in my app and will display different content base on different action. The same webview is used throughout the app. I can successfully set html content for the very first time. But...
View ArticleTitanium View and WebView
Hi there, I'm developing a mobile application using Titanium Framework. I would like to know if It could be possible to open a new window in Titanium with window.open(); calling this function from a...
View ArticleAndroid localstorage,sessionstorage, cookies etc...
Dear Titanium Community, I have been stuck on a bug for several days. Basically, I am trying to loop through all the <a> links on a remote web page in a Titanium webview. I am dynamically adding...
View Articlehtml5 offline app feature and WebView
I want to build such app in which webview loads local index.html and resources which this index.html uses like css,js are fetched from remote server.Now I want to leverage html5 offline application...
View ArticleEncode url for webview and pass to html page
Anyone can guide me how to encode the querystring url and pass to html page ? I'm using titanium classic with all latest SDK for IOS now. i have a url as below : var myurl =...
View ArticleKeyboard won't show on input focus in webview on Android
The keyboard won't popup when tapping an input field in a webview, which contains a simple login form. It works in the emulator, but not on my device (galaxy s2). Device: Android SDK: 3.0.0.GA,...
View ArticleGet HTML of a WebView
Hello I have a WebView where I load some local html which queries a remote website and show results; the problem is that when the WebView is reloaded with the results is I access the html property is...
View Articlepupup remote url in webview
i'm using webview for just link my mobile url. when i popup window ( window.open() ) for find address or find id, webview not handling this. Uncaught ReferenceError: TiApp is not defined below code...
View ArticleHow can I save website visited by Webview?
How can i save the whole webpage (I mean all css, images, e.g.) to access when the device goes offline? I have been searching for all morning but i found something i thought it would be helpful. -...
View ArticleCustomize Webviews
I have created a web view in my app. I want to customize this web view to only display things that I want (to hide everything else), and to change the webs background colour and such. Any way to do this?
View ArticleAndroid webview - enable pinch when enableZoomControls = false ?
Hi, I have an Android app with a webview. The zoom controls are hiding an important button of my app. I know they disappear after a few seconds, but still, it harms the user experience. I tried to...
View ArticleUnable to fetch JS components in webview
Hey Guys, Is there any way like android setJavaScriptEnabled(true); in titanium webview??? I am unable to get js components in webview.
View ArticleUnable to open SHTML page
Hey Guys,I am new to Titanium.I have came across a strange problem. I have opened a website in webview although everything goes fine,But it shows problem in opening .SHTML page. Don't know why...?? Can...
View ArticleIs there a way to perform work WebView without adding it to parent Window?
My task requires run hidden WebView then do any event exchange with them. But now i forced to add WebView to the temporary window container in my CommonJS module. I can't fully hide opening temporary...
View Article