Questions tagged [appcelerator-alloy]

Use for programming or development questions related to Appcelerator's 'Alloy' MVC. This is part of the Appcelerator Titanium SDK for developing Native Mobile Apps using JavaScript. Be sure to include the "appcelerator" part of the tag: "alloy" refers to a different tag.

See the Tag Info on for more information.

263 questions
7
votes
1 answer

Swipe back gesture doesn't work on iOS with ScrollableView

I'm using Appcelerator Studio 4.7 with SDK 5.4.0GA. I want to use swipe back gesture to return to previous view controller, but instead my touch just moves ScrollableView views even though I start my gesture at the left edge of the screen. Swipe…
5
votes
5 answers

Simulator is not available appcelerator studio

i am trying to run app which is build in titinium.js on simulator on ios but giving the following error. [INFO] : Writing index.json with listing of JS/JSON files [INFO] : Invoking xcodebuild [INFO] : Finished building the application in 25s…
Nauman Ahmad
  • 320
  • 4
  • 17
4
votes
1 answer

Difference between Ti.UI.Fill and 100% in Titanium Alloy/ Appcelerator

The following fills the entire screen: ... The fill property is describe here: http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI-property-FILL However you can also do the same thing…
4
votes
1 answer

How to login to Facebook using Module.Facebook with Titanium Alloy

I am following the instructions listed at http://docs.appcelerator.com/platform/latest/#!/api/Modules.Facebook And looking at the examples in the example directory for Arrow /Users//Library/Application…
3
votes
4 answers

Disabling TalkBack usage hints ("Double tap to activate, double tap and hold for long press") after each sentence

Im using Appcelerator for Android app, After I set the accessibilityHint property, the Talkback completes saying this string, pauses and always says "Double tap to activate, double tap and hold for long press". How do i disable this? Tried with…
3
votes
1 answer

Appcelerator Studio - Not Able to launch iOS application

I have installed the appcelerator studio latest version Axway Appcelerator Studio, build: 5.0.0.201712081732 with sdk version 7.0.1.GA, with node version v8.9.1 and xCode version Version 8.3.3 (8E3004b) I am not able to run the application after…
3
votes
1 answer

Titanium open url with a done button in browser window

In Titanium I know it is possible to open a URL in a browser like so: Ti.Platform.openURL("http://example.com/foo"); However this opens it up in a browser like this: Compare that to other iOS apps like Slack and it looks like this: As you can see…
Yahya Uddin
  • 26,997
  • 35
  • 140
  • 231
3
votes
1 answer

Appcelerator App Conversion iOS to Android.

One of our developer developed an app in appcelerator using alloy framework for iOS which works fine. Now we want to run the same app in Android, since the appcelerator is a cross platform tool, we wish to make the Android version of the App. I…
3
votes
1 answer

How to set an event on column of TableView

I'm building an app with appcelerator studio. I have a TableView with some TableViewRow. So I have the last column that have an ImageView (delete.png), then I want that when the user click on this image, this row it is to delete. So I have this code…
bircastri
  • 2,169
  • 13
  • 50
  • 119
3
votes
1 answer

Liveview not working in Alloy Projects (Working fine with Classic projects) in Appcelerator Studio

I am trying to run my Alloy project with Liveview support. But it doesn't work and gives me the below error. Appcelerator Command-Line Interface, version 5.2.2 Copyright (c) 2014-2016, Appcelerator, Inc. All Rights…
3
votes
3 answers

Any way to set editActions on a ListView with dataCollection?

I have a ListView that's hooked to a dataCollection, is it possible to add editActions? Can't seem to find a way to add these to my ItemTemplate or ListItem. Here's my (shortened) view:
Rick
  • 75
  • 4
2
votes
1 answer

How to create whatsapp like message screen using Titanium

I am using ScrollView with vertical layout to show the messages, as message screen opens up it should display the messages from bottom, not from the top. I tried using scrollToBottom, but problem with this one can see the transition. We don't see…
2
votes
0 answers

Cannot capture swipe event in scrollableview to change button state within a view

This is my first question so please be kind to me. In Appcelerator I have an Alloy/MVC app where I am using a scrollableview. I have created a custom button bar on the bottom of the screen that is contained in a separate view. If I click a button I…
Andy
  • 21
  • 1
2
votes
1 answer

Appcelerator: [ERROR] Application Installer abnormal process termination. Process exit value was 1

I know this question has been asked lots of times, but answers given did not solve my problem so far. When trying to build an app to either a Android-device/-simulator/-package, Appcelerator comes with this error: [ERROR] Application Installer…
2
votes
1 answer

Moment JS setting TimeZone to EST - alloy/moment

I am using momentjs in alloy framework in Appcelerator. My api returns the date as - 2017-09-06T12:03:00.000Z I am using below code to format this date into readable form - var dt = moment(record.createddate); $.dateValue.text =…
1
2 3
17 18