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
2 answers

Convert Titanium Application into Module

I have implemented Pull to refresh functionality in my android application, its works fine. Now I want to convert this functionality as a module. How can I do this?,Thanks in advance. I am using Titanium SDK 1.8 and Android 2.3
4
votes
1 answer

How to Call a WebService in titanium using javascript

I am new to titanium and and want to call a web service from my titanium app. The webService returns the json response. As I am aware of calling the webService using XMLRPC but very confused regarding json. Until now, I know that we have to create…
4
votes
0 answers

Manipulate with existing SVG file? (SVG file to raphael object)

When I found about raphael SVG library I thought it would be peace of cake to do my SVG stuff. But I see that raphael can't import SVG file and from reading other stacks I didn't found any good solution. I saw a few online converters SVG-to-Raphael…
vale4674
  • 4,161
  • 13
  • 47
  • 72
4
votes
3 answers

In appcelerator/titanium mobile, when using local html in a webview, how do I load an image from, and reference, the application data directory

In a local html file, that is displayed in a webview, I want to be able to call an image from the application data directory. I have tried several src options in my html, but none seem to work. I am loading the html file from the application data…
Finglish
  • 9,692
  • 14
  • 70
  • 114
4
votes
1 answer

Android Geolocation unable to get your location error in simulator

I tried following code for finding out location of user in titanium android application.Ti.App.GeoApp = {}; Ti.Geolocation.preferredProvider = Titanium.Geolocation.PROVIDER_GPS; Ti.Geolocation.purpose = "testing"; Titanium.Geolocation.accuracy =…
nilkash
  • 7,408
  • 32
  • 99
  • 176
4
votes
2 answers

How can I place an image and label on button in Titanium?

Below is my code for the same. It's working perfectly for iPhone but images are stretched for Android so its not showing label. var friendsButton = Titanium.UI.createButton({ top : 0, left : 91, width : 90, height : 101, style :…
spaleja
  • 1,435
  • 15
  • 24
4
votes
1 answer

I am Trying to run a titanium project in ios simulator but getting some node error

I am Trying to run a titanium project with appcelerator studio in simulator but getting some node error, I have used same node version from which it was developed, please help me out Error below File…
4
votes
2 answers

Bundle identifier is missing - macOS 10.12 and Xcode 8 - 5.5.0.GA

I updated to macOS 10.12 and Xcode 8 and cannot build to the App Store. There are no changes other than Xcode 8 and macOS update. I am using SDK 5.5.0.GA. -- [ERROR] : Error details: Bundle identifier is missing. MySlomins doesn't have a bundle…
Keith Tucci
  • 76
  • 1
  • 1
  • 3
4
votes
3 answers

Titanium CLI error in building for app-store

I'm using the open source Titanium CLI for updating an app that's currently in the Apple app store. It builds and runs in the simulator without any problems using the command ti build -p ios When I try to build for the app store I use the…
KerryS
  • 41
  • 2
4
votes
1 answer

TextField formatting (padding) issue in Titanium Android

I am facing the issue of formatting a simple textfield in Titanium Android. Problem : I am not able to view the text field input value that I enter. If I print the logs its getting entered but not visible. In some devices I get cut-off text. Below…
4
votes
1 answer

Integrate Firebase with Titanium?

i'm working on an app for android AND iOs with the titanium SDK. I want integrate firebase as a web service for the backend. I want to have users and save audio data on a cloud. So my problem is how integrate Firebase API with titanium. I know there…
Makaille
  • 1,636
  • 2
  • 24
  • 41
4
votes
1 answer

Show index in tableview using Titanium SDK

I’m currently developing an iOS and Android cross platform application. In that I want to show a TableView with some data and also I need to show the index. For that I used the following code: var win = Ti.UI.createWindow({ …
Midhun MP
  • 103,496
  • 31
  • 153
  • 200
4
votes
1 answer

message = "'undefined' is not a function (evaluating 'bookview.open()')" in titanium

I'm new to TitaniumMobile and I currently following official tutorials but I struck at doing this stage function showBook(event) { var selectedBook = event.source;var args = { title: selectedBook.title, author:…
Naing Lin Aung
  • 3,373
  • 4
  • 31
  • 48
4
votes
1 answer

Titanium ByteArray to image Blob

I have a list of images encoded as ByteArrays from an API to be displayed in a TableView Here is one of the ByteArrays i'm not managing to display an image with it, nor saving a file or making a buffer or a stream buffer, those are some examples var…
Zerho
  • 1,440
  • 4
  • 19
  • 39
4
votes
1 answer

Animation jerks in android device in titanium

I have explore almost anything but couldn't find anything convincing which can verify that why animation jerks if try to animate any window through its animate property. And this jerk occurs only on android part, in IOS it works perfectly even in…
Krishna Kumar
  • 1,652
  • 9
  • 17