Questions tagged [trigger.io]

Trigger.io is a cross-platform mobile development framework that enables phone applications to be written in HTML/JavaScript.

Trigger.io is a commercial mobile development framework, comparable in purpose to . It provides a bridge between / code and native phone functions (camera, calendar, contacts, push notifications, etc.), allowing development for both and using a single code base.

One of its key features is Trigger.io Reload, which makes it possible to update your app without re-submitting to the App Store or Google Play.

The modules that allow access to native functions have been open sourced for the most part by now.

Useful links

709 questions
6
votes
1 answer

trigger.io topbar issue IOS

The current module for the top bar breaks in IOS 6, reverting to a previous version makes it work again but will not work in IOS 7. What I see is when I open the app with the new topbar and tabbar is the "hide" command does not seem to be hiding the…
proxim0
  • 1,031
  • 1
  • 7
  • 10
6
votes
1 answer

Playing HTML5 audio without stopping iTunes audio on iPhone

I'm trying to play audio in the background, but as soon as I insert the
Garrett
  • 10,560
  • 17
  • 74
  • 120
6
votes
1 answer

Trigger.io and custom keyboards

I am using Trigger.io for Android platform and I am curious if I could alter the way input fields work. I know that recently trigger.io released a native ui update, but the thing I need is something like this. //…
detay
  • 591
  • 6
  • 17
6
votes
2 answers

Issues accessing the (forge-environment) from OSX command line

I'm following the Trigger.io Forge tutorials and I can't get to work properly from the command line on OSX 10.8. Using the terminal and the Forge tutorials, I go to the forge-workspace folder and type this into the terminal: $HOME/Library/Trigger\…
6
votes
1 answer

Is it possible to listen for touches on the physical Android back button?

I couldn't find it in the docs, is there a module, or some other way to catch events from the android back button? If not it would be a nice and probably quick module to add.
Sam Schooler
  • 105
  • 1
  • 7
5
votes
1 answer

Trigger.io Forge 2.2.0 iOS "Non-Public APIs"

After getting caught in the Trigger.io Forge 2.2.0 upgrade today, and re-building our app for App-store distribution, I encountered this error: "The app links to non-public libraries in Payload/device-ios.app/Forge:…
samcheng
  • 85
  • 5
5
votes
1 answer

Trigger.IO in-app payments duplicate callbacks same orderid with different signature

We have encountered a strange problem in the payment module of trigger.io. The flow works perfectly with ios payments but in android, some in-app payment callbacks are called twice in the same second. the receipt signatures are different but the…
Volkan Ulukut
  • 4,113
  • 1
  • 17
  • 35
5
votes
2 answers

Comparison between Phonegap and Trigger.io

I'm new to mobile development and am looking for a hybrid framework for a few reasons: Faster development: I don't need learn Objective-c/java or install XCode/Eclipse Easier to iterate: We're a startup, and need to do a lot of A/B testing as well…
EugeneMi
  • 3,175
  • 2
  • 32
  • 49
5
votes
1 answer

Error forge iOS package

When I try to forge a package with trigger.io, I get the following error : [ERROR] Failed when running /usr/bin/codesign: /Dropbox/WWW/TriggerDev/development/ios/device-ios.app: replacing invalid existing…
MyWetSocks
  • 518
  • 1
  • 4
  • 10
5
votes
3 answers

What JavaScript framework do you use with trigger.io? (backbone, knockout, ember, angular)

What JavaScript framework do you use successfully with Trigger.io? I mean client side JS app frameworks like backbone, knockout, ember, angular? We use angular.js here but have some significant problems when using router for our app ... see details…
David Marko
  • 2,297
  • 3
  • 24
  • 49
4
votes
1 answer

What are the advantages of PhoneJS over a regular backbonejs/HTML5 app?

I tried using PhoneJS - it's pretty easy to get started, and seems to provide a good framework. However, I usual prefer to avoid pre-built framework as they limit my flexibly. My main 2 concerns are: PhoneJs uses Jquery, while a lot of people…
EugeneMi
  • 3,175
  • 2
  • 32
  • 49
4
votes
1 answer

Is there a nice way in Trigger.io to handle OAuth1.0a for Twitter?

I'm using kinvey. They provide this great tutorial detailing sign-in via oauth. They also handle a considerable amount on their end allowing a very simple social signin method. The issue is providing a proper Callback URL when creating the app…
Karoh
  • 1,960
  • 2
  • 18
  • 28
4
votes
0 answers

Trigger.io "Communication with adb failed:"

I 'm trying to debug my app using Trigger.io to run the app. I am using Windows 8 64bit. I have tried attaching a device and using an emulator. after running the "Run" button on Trigger it fails with the error "Communication with adb failed:" no…
samuel.molinski
  • 1,089
  • 10
  • 23
4
votes
3 answers

Couldn't find 'aapt' tool! You may need to update your Android SDK, including platform tools

I am developing mobile application using trigger.io tool. While running the application in the triggerio plat form it giving error as couldn't find "aapt.exe" tool. It was suggesting to update android sdk. I updated android sdk and plat form tools…
Bharath
  • 43
  • 3
4
votes
2 answers

trigger.io won't launch IOS simulator

Trigger.io recently stopped launching the iOS simulator when running an iOS build. Look like it might be a xcode version issue? It gets to this step and hangs [INFO] Running iOS Simulator [DEBUG] Looking for apps at…
kevzettler
  • 3,980
  • 11
  • 45
  • 82
1
2
3
47 48