html5 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 ArticleButton with text and image titanium alloy
I have done buttons with text and image in ios as well as android. In titanium alloy i added the image this way <Button class="span2 fblogin" onClick="fbLogin" top="70%"...
View ArticleActivity has leaked window?
I am having one java class in that class as soon some one purchases our application then it will start downloading and progress dialog has to appear instead it goes to some other page and when i come...
View ArticleAlloy is 'undefined' (inside module) after restart device (Android)
My application starts a service Android when device finished the BOOT. But when I start the app by icon,the error 'Alloy is not defined' is showed. If I kill the app and start again, works fine. The...
View Articlefunction return boolean
i wish that a function can return an boolean. But i get only " { } ". This function is in a file in the forlder "lib". Thanks :) code:function searchDb(titleSearch){ var result = false; var db =...
View ArticleToolbar issue in text field with numpad
I have textfield with numpad. I want to show done button on top of numpad and want to hide numpad when I click done button. XML<Alloy> <Window id="AddTransafer" title="" fullscreen="false"...
View ArticleVariable in AddEventListener
Hi guys, I got a quick and newbie question on variables in javascript I was wondering is it possible to get the updated value in a whenever I scroll the scrollView? Many thanks! Code example:var a =...
View ArticleNew to Titanium, Password issue on OSX install
HI, When installing Titanium on OSX where it goes to download stuff like Node, etc. it prompts me with a pop-up box asking for a System Password. A lot of problems are occurring here. First off, the...
View ArticleAndroid app Crash On Resume
Hello, I have a strange problem. My app works fine, the problem is when the app goes into background and you browse different app and resume back to my app it just shows blank screen(App crashes)....
View ArticleChart for Android
Titanium v 3.2.3 Android 4.4 I have created a chart using chartjs. This works fine on iphone but doesn't display on android. I have applied the workaround with chromium by setting borderRadius to...
View ArticleYet another Android resume event issue.
I have an issue when the keyboard is popping up upon resume. I would like to lower it, and so I use the resume event and... it doesn't work. Do I misunderstand this event? That it should, but doesn't,...
View ArticleAndroid_not triggering onload
Onload never happens. Developing for android on Windows7. var text = ""; var artist = []; var data = []; var url = "http://www.rockwerchter.be/en/line-up"; var tableLineup = Ti.UI.createTableView({...
View ArticleTrouble with a profile picture
Hi everyone, I'm actually developing an app for android which has a profile module, in the profile module the user will have the option to change its profile picture, so I have the following doubts:...
View ArticleStorekit problems (SKErrorDomain error 0.)
I have implemented in-app-purchases in an app (WordBrain for iOS, a word puzzle game) which has become surprisingly successful. I live track errors from installs to improve the game. Too often the call...
View ArticleHow to get Element of Webpage
I was wondering how to only get an element of a webpage which I am parsing the data in. Currently I am getting the whole webpage like this:var con = Titanium.Network.createHTTPClient(); con.open('GET',...
View ArticlePush Notification INVALID_SENDER
HI, I have set API key from'Google-Key for Server Application' and sender id into my app in manage ACS area on appelerator account. I am keep getting INVALID_SENDER error when i retrieve token. I have...
View ArticleHow to enable/ disable right window using Fokke's widget for Napp Drawer module
Hi, I am developing an iPhone app using Titanium Alloy and using Fokke's Napp Drawer module widget for a left and right sliding menu. Other details : Titanium SDK version 3.2.3.GA iOS SDK: 7.1 Titanium...
View ArticlePemissions to include in Android Manifest for GCM Push Notifications
Hi, Im trying to develop a cross platform application which will receive push notifications from Amazon SNS. The push notifications are working just fine for iOS, but for Android, im kind of at cross...
View ArticleCannot Save Model
Hi, I have two collections and two models, One of them cannot save, what is the problem? drugpool Modelvar moment = require('alloy/moment'); exports.definition = { config: { "columns": {...
View ArticleTishadow and Alloy 1.4 Fail to Run
hi with the last alloy (1.4) and last version of tishadow i have this error when i try to run the tishadow run [INFO] Beginning Build Process [INFO] Compiling Alloy for android Deprecation warning:...
View Article