Clear All Cache cookies session etc for android
How can i clear cache of the application from a function call in Titanium some thing likefunction clearMycache(){ ///////// Ti.Ui.clearapplicationcache() //assumption }when i call that function...
View ArticleQuery to get a list of Users who likes post ti.cloud
Are there any plans to get the list of users who has liked a post? I much prefer to stick to the like feature than doing it a round about way like using Reviews and a rating count of 1. This will just...
View ArticleMarker on Image
Hi, I am working on the floor plan app of the buildings. I need to put marker on the specified rooms and area of the building. I would like to get the x,y coordinates and place a marker on that point....
View ArticleClear login's cache in Titanium webview by calling a function
i am calling gmail site webview i am able to login and logout but when i open my application again i see user name is not cleared i can i clear my webview cache something like call beforeload webview...
View ArticleAWS upload to S3 with STS credentials
I'm trying to use the AWS module to upload photos to S3. My app calls a API I have in place to generate some temporary credentials with STS. Other than access key & secret key, it also generates a...
View ArticleTitanium Analytics Data Not Appearing for App
I am trying to use the built-in Titanium Analytics featureEvent method on a click event listener, but for some reason data is not appearing under Analytics in my app dashboard. It says "Analytics are...
View ArticleGoogle Maps v2 for Android- issue with 'region' property
Hello all. I am using the open source module for the new version of google maps. I have created a basic map view, which worked fine until I entered in the region property. Since I added in that...
View ArticleClose NavigationWindow (modal ) from another js file in Titanium IOS7
I am migrating a current project to 3.1.3 . I need a close button on the modal window so i had to use a NavigationWindow as suggested in the IOS7 migration guide. Here is what i...
View ArticleChange font size with slider
So I'm trying to change a label's font size using a slider. Both the slider and the text appear but moving the slider doesn't cause a change. Some help please .xml<Alloy> <Window...
View ArticleListview separatorStyle bug ? sdk 3.2.1 GA and 3.2.2 GA
I have little problem with separatorStyle of listview. If I set separatorStyle: Ti.UI.iPhone.ListViewSeparatorStyle.NONEwhen I open a listview, I close it and re-open it, in listview appears one or two...
View ArticleNeed help posting action with Facebook open Graph
Hello all, I need some help posting actions to my app's page by using the Facebook Module, it's the latest module and I'm using Titanium 3.2.2. So, when going to the Facebook developers page and look...
View ArticleTitanium IDE Build Configurations - iOS 7.1 Unavailable
Versions: - Titanium Studio: 3.3.0.201403071406 - Titanium SDK: 3.2.2 - iOS SDK 7.1 Issue: When using the IDE to try to build for iOS, the only iOS SDK available in the build dialog is 7.0.3. If I try...
View ArticleDownload image from server (php)
Hello) help me pleasevar previewImg = Ti.UI.createImageView({ image: 'http://mydomain.com/account/getpreviewimgone', width: '15%', left: '1.5%', defaultImage: '/previewImgEmpty.png' }); ///not...
View ArticleImageViews Leaking in Memory
Hey guys, I'm running into a high problem which is preventing me from publishing my app to the app store. Any time I load an image, that image (ImageIO_jpeg_data) gets stored in memory and never...
View ArticleAuto Completion of text box in classic Html Based Application
I am Developing classic Html Based Application. I want to create auto complete Text Box. So when user will press any key, we will send ajax request to the server and will get data related to key. Like...
View ArticleTibar in Landscape Mode: toolbar disappears
I am using Tibar module for scanning QR Codes. It works nice in all the cases except when I try scanning the QR code in landscape mode, toolbar disappears. Is there any way to address this problem?
View ArticleACS: Push Notifications and special characters
The problem We're currently working on a project where we need to add Push Notifications to our app. Setting it up went fine and the notifications are coming through to the devices on both iOS and...
View ArticleGCM registered and push notifications seem sent but not delivered
Hi, We decided to make the switch to GCM after the 31st. We succeeded to have an Android device registered to GCM and a specific channel on ACS (cf "Show Subscribed Devices" in the ACS Push Console)....
View Articlegot java.lang.OutOfMemoryError when image resized using titanium module
Hi All, I am using titanium 3.1.4 sdk. In my app i uploaded image from gallery and then resized it.i used bellow modules in my app. ti.imagefactory org.selfkleptomaniac.ti.imageasresized my problem is...
View Articlehow to diffrentiate Android Default Email and Gmail
Hi I am using two content of plain text. i need to send by below condition if(Android Default Email) { message body = "saba"; }else{ message body = "mano"; } its possible? please help me...
View Article