Titanium IOS app - unrecognized selector sent to instance
I have an app for Android and IOS. On Android it works ok, but on IOS, I have this error: [ERROR] : Script Error { [ERROR] : backtrace = "#0 () at :0"; [ERROR] : line = 197; [ERROR] :...
View ArticleevalJS not working on remote page
I can't get evalJS to work on ios iphone simulator. It returns nothing. Here is my code var webView = Ti.UI.createWebView({ url : lien, top : 20 }); webView.addEventListener('beforeload', function(e) {...
View ArticleTitanium 3.2.3 causes unwanted soft keyboard in Android WebViews
I have an Alloy app built using Ti 3.2.2.GA that works well in all tested versions of Android. It includes windows that contain WebViews. Upgrading to use Ti 3.2.3.GA, on Samsung phones (and possibly...
View ArticleAndroid Webview - Body With 100% Height
Application type: Mobile App - Android Titanium SDK: Titanium SDK version 3.2.3.GA Platform & version: Android 4.4.2 Device: Nexus 5 Host Operating System: Windows 8 Titanium Studio: Titanium...
View ArticleClick button and open hyperlink in SAFARI instead of webview
Is it possible to push a button and open safari with the hyperlink ? I do it now with a webview and it works but when I enlarge the characters it is not very good readable. var b1 =...
View ArticleWebview won't accept HTML and won't listen for events
Hi Guys. I have a basic web view in my project, i usually pass in a html variable into the html option of the web view. This was working fine until i upgraded Ti Studio. Now the web view just kills the...
View ArticleTitanium WebView not firing App events from within embedded Javascript code
Hi all, I am trying to get the Javascript inside my webview to recieve a variable that I set in my Titanium code. I figured the best way to do this was by using App events. I have set up my HTML like...
View ArticleOpen .doc or other supported documents
Are there anyway to replicate this functionality on the webview: http://developer.apple.com/library/ios/#qa/qa1630/_index.html .doc is supported in a webview, but im not able to render it. Just a blank...
View ArticleHTML Select Tag not Displaying in WebViews on Android Heavyweight Windows
Hi I have an interactive chart in my Alloy app which is displayed in a WebView. There is a HTML select tag which displays options for the chart data when clicked upon. This works fine on iOS but on...
View ArticleWebview Pinch and Zoom not work on local HTML file
Hi, I've tried to load a remote HTML into the webview and it can be zoom in/out and pinch. However, when I use the same HTML and load at as local file, it cannot zoom or pinch, does anyone have this...
View ArticleWebview and whitespace on the right
Hey Guys, I have html that I put in a web view. This works great on IOS,but the problem is on android,there is a large amounts of whitespace on the right and it allows you to scroll right through all...
View ArticleView .dcm files or use of DICOM web viewer
Hi All, I am using Titanium sdk 3.2.2 and Alloy 1.3.1. I will try the app on the both platforms. I have been trying to view .dcm files. But till now no success. You can't view them on imageview. I have...
View ArticleClear cache of webview loading local resources
Titanium SDK version 3.2.3.GA with IOS 7.0 I know many others have asked this question, but it seems most of those people are loading remote urls so they can append a random query string to the end of...
View ArticleHow to use the module 'PopupMenuWeb' downloaded from MarketPlace
Hi, Anyone use the module PopupMenuWeb (link) from MarketPlace before? I have downloaded it as free trial for a few days but still can't figure out how to use the module. The document said sample usage...
View Article360 degree image rotation in webview
I am trying to display image of an object in a 360 degree rotation using webview so that it displays in android & iOS both. Can this be done using Threejs javascript or any other API's? I am using...
View ArticleHandling a URL with special characters
Hi again, I'm trying to download a file but the url has special characters i.e square brackets. at first i used yahoo pipes to alter the link but the link itself gets redirected to another link that...
View ArticleCommunicating from a WebView to Titanium in MobileWeb
Is it possible to communicate asynchronously from a WebView to Titanium? I have done this successfully in the past, using Ti.App.fireEvent(), but in a new Alloy project in Titanium 3.0, it no longer...
View Articlehow free memory webview alloy
Hello I have made an application that needs to use webview, because in a store page to display a lot of information, and have different formats. Furthermore the content is dynamic, and consult a local...
View ArticlePlay MP3 local file using webview
Guys, I think that this is a simple matter but I need play MP3 file embedded with app from a HTML page opened by webview. Anyone know what is the best practice best simple way to do it? Thanks in...
View Article