Javascript on Remote Webview not updating?
I'm using a webview on Android/iOS for my App built in Titanium SDK 3.5.0. The webview is pointed to a remote location. I found some issues with javascript which were fixed by changing the extension...
View Articlecall evalJS on webview beforeload
var win = Titanium.UI.createWindow({ title: 'Home' }); Â var webview = Ti.UI.createWebView({ url: 'p1.html' }); Â function swipe_page(event) { if(event.direction == "left") { alert('left swipe'); //...
View ArticlestopLoading not working for PDF URL in web view
We have a web view in our application and we are checking the URL pattern in before load listener. If the URL is of PDF then we don't load in web view. var pdfindex =...
View ArticleHow to delete cached PDF in IOS
Hi, We have a web view in our application. When we click on a link of PDF, the PDF gets downloaded and stored in cache. I want to remove the pdf that already downloaded on the device(from the cache). I...
View ArticleWebview not loading HTML UI controls in android lollipop
TI logs from consoleTitanium Command-Line Interface, CLI version 3.4.1, Titanium SDK version 3.5.0.GA Copyright (c) 2012-2014, Appcelerator, Inc. All Rights Reserved. Please report bugs to...
View ArticleAnimation options
Hi, I am building a multi-platform (iOS, Android) app using Titanium to complement a website. On the website I allow my users to drag and drop images onto a canvas, create a layer, move the images...
View ArticleHow to set Webview height according to its HTML content size.
I want not scrollable webview and its height auto fit according to its html contents size. I tried many code but not succeed. i tried following different code: disableBounce: 'true' , scrollingEnabled:...
View ArticleError with webviews: webcoreglue: Should not happen: no rect-based-test nodes...
Using some webviews in a listView to display animated GIF images. Works in most cases, but on Android 4.2.2 I get these errors when the webviews are initialised: webcoreglue: Should not happen: no...
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 Articlemobile app project in browser
Is there any way to run my project in browser on desktop? Initially it was created for only android and ios platforms I use webView in my app. Titanium 3.4.1, Ti SDK 3.5.0.GA
View ArticleHow can i display data which entered by HTML editor from web application. Not...
Hi team, here i stuck to show HTML data without using webview. webview take scrolling but my client not want scroll. it should display with original height which is according to its content. i have...
View ArticleWebview not working on Android
Hi Everyone, I am seeing a weird problem on Android. I am using webview and to load a remote url http://willowplaza.com/nav/fabric/pad.php?test=1 . There are a few buttons in this link at the bottom of...
View Articlehow to handle to much information (database) in titanium alloy?
I'm trying to make an app that conciste in displaying a parts catalog, the problem that i don't know which is the best way to handle as much information since there are many items in my catalog. i had...
View ArticleIOS WebView issue with
Hi all, I facing serious issue using titanium WebView with .setHtml() in IOS. If the content of html contain <BR>, the font size become larger than usual. In the other side, without the...
View ArticleWebview calls to Titanium via Ti.x causing webview to hang
Hi, I have an issue in an Alloy project where I need to pass information from a webView to my main code, When using either the Ti.API.info or Ti.App.fireEvent functions within Javascript in a webview...
View ArticleSolution for those with the "Android + Webview = Resource Images Not Showing"...
Hey guys, Thought I'd share this since I spent hours pulling my hair out (until 6am) and trawling through dozens of the same questions posted here over the last 2 years. I slept on it and came up with...
View ArticleLoad local image in a webview?
I am using webviews with HTML to display sets of paragraphs. I have a few pages where I want to show paragraphs and images in the html file. <img src="app://Resources/Images/File.png" alt="File"...
View ArticleHow to show data in webview
Hi All, I have some problem passing data to webview. My problem is that i want to pass my textfield value in the webview body part. but i can not. I try this code : in .js file var str = "Hello...
View ArticleAndroid webView to large or zoom disabled, get the phone brand
Hi, I'm using a lot of webView in my apps and it seems that android have some issues with it. I test my apps on my Wiko and webViews are to large, something like twice bigger than the screen. So i...
View ArticleGeolocation Co-ordiantes in webview, possible?
Hi, i have an applicaiton which automatically finds the users current position on a map view (marked with a marker) location.jsvar win = Ti.UI.createWindow(); win.openedflag = 0;...
View Article