Questions tagged [titanium-mobile]

Use this tag for questions about the cross platform Titanium Mobile SDK. If your questions is specific to Alloy, Android, iOS or modules add the related tags like [titanium-alloy] too.

Titanium-Mobile is an open-source JavaScript based platform for developing mobile applications.

Supports Android and iOS (iPhone, iPod, iPad) using a mostly common set of Mobile APIs which render using each platform's native controls and features.

Resources

Related tags

1832 questions
4
votes
1 answer

json response is not open in new window

I want to open the json response in to the new window, i tried a lot but didn't get ant success, if any one can helps me, it will be appreciated. this is my app.js code Titanium.UI.setBackgroundColor('#fff'); var tabGroup =…
Usman Ali
  • 574
  • 3
  • 15
4
votes
1 answer

Titanium save files from stream

I have a streamer from server(SOAP) with different type of files, and i what seve it in physical storage. I try this code but i only create file with my string. api.getFile(function(fileString) { var original = 'Appcelerator'; var…
jay
  • 1,453
  • 1
  • 11
  • 30
4
votes
1 answer

How to upload a file to google drive programmatically

can anybody suggest me how to upload a file from my app's local storage directory to google drive using javascript in titanium Appcelerator. i have tried the following code but it is not uploading the file.. thought some one can help me by seeing…
user2732609
  • 53
  • 1
  • 2
  • 6
4
votes
2 answers

Titanium Application events firing after controller is destroyed

Application Type: mobile Titanium SDK: 3.1.1.GA Platform & version: iOS 6.1 Device: iOS Simulator Host Operating System: OSX 10.8.4 Titanium Studio: 3.1.1.201306112235 parent_controller.js: _.each(category, function(inventory_item, index, list)…
4
votes
1 answer

Processing incoming APP link Titanium Studio Iphone

I'm using Titanium's facebook module to show a apprequests dialog. I could send application request and when I get into the facebook app and hit the notification, I could get into my app. But, how do I process the incoming URL? I went through the…
senthil
  • 1,307
  • 1
  • 11
  • 23
4
votes
1 answer

appcelerator alloy pass arguments

I am trying to figure out how to pass an argument between views in alloy. I will have a have nav group which will have multiple tables, so it maybe 3 to 5 levels deep. I can pass arguments from the controller to the view but I want to pass…
Brian Barthold
  • 1,593
  • 4
  • 22
  • 39
4
votes
4 answers

Can't execute my app in Android SDK with Titanium Studio 3.1.0

I'm on iMac with X.8.3 and i'm trying to make my test application working with Titanium Studio and Android SDK 2.2, the apps works on iPhone Simulator but not on Android. Here is the terminal error when trying to execute the app in Android…
4
votes
3 answers

How to animate row height in Titanium iphone

I am working on Table view in Titanium iphone. I tried to add animation style for each row. That is, when user click on each row , then row height need to increase, So I able to show hided contents in row. And when user click again then the row…
suresh gopal
  • 3,138
  • 6
  • 27
  • 58
4
votes
3 answers

Google map v2 module. Android application is not showing map inside map view

I am using new Google map v2 module for showing maps in my android application. I am doing following steps. Application install and work fine. The issue i am facing is there is no map inside the view. 1) First i have downloaded map module and put…
furqan kamani
  • 721
  • 2
  • 7
  • 16
4
votes
0 answers

Yahoo Authorization OAUTH:oauth_problem="timestamp_refused"

I have been following Yahoo OAUTH guide closely and successfully established a connection and was able to retrieve the access token along with other objects which i get in response URI.But, now when i try to fetch the Contacts of the authenticated…
Nezam
  • 4,122
  • 3
  • 32
  • 49
4
votes
1 answer

How to integrate Google Analytics in Titanium iphone app

How to integrate google Analytics in titanium iphone app. I tried google analytics using following link. https://github.com/rogchap/Titanium-Google-Analytics/blob/master/Resources/app.js But its not working for me. I unable to find issue. NOTE : I…
suresh gopal
  • 3,138
  • 6
  • 27
  • 58
4
votes
3 answers

Webview and httpClient issues in titanium

I am trying to build simple app using Titanium studio which will load google.com but I am not getting proper results. 1) I used WebView to load url but nothing display except white screen. 2) I used httpClient but i always got error which i defined…
Aleem
  • 520
  • 1
  • 4
  • 15
4
votes
2 answers

Displaying long application name in iphone

I'm new to Iphone development. I've developed an application with Titanium Studio, but I have a long name for my application. When I deployed the application to device, I saw that the name was not displayed properly instead it was displayed with…
senthil
  • 1,307
  • 1
  • 11
  • 23
4
votes
2 answers

Titanium - Facebook authorize() - "An error occurred"

I am using (Appcelerator) Titanium's Facebook API to let users log in to their facebook accounts. On Android often right after calling authorize when the facebook window opens a page is shown which says: An error occurred with MY-FB-APP-NAME. Please…
user1588133
4
votes
1 answer

Titanium Text field border style to none for Android

I need to remove the border for my text field. Default border style for Titanium Text field is Titanium.UI.INPUT_BORDERSTYLE_NONE . But It is default only to iPhone. I have also turned the borderColor = 'white' ,which was my backgroundColor. But…
Yothesh
  • 143
  • 2
  • 10