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
4
votes
1 answer

mouseUp firing after button click in mobile Safari (iOS simulator)

I'm trying to build an editing view for a mobile app powered by Backbone.js and Trigger.io. The user goes to a note view and makes changes by tapping "edit" in the top right. When the "edit" button is tapped, we focus on the textarea containing the…
Giles Van Gruisen
  • 951
  • 3
  • 13
  • 27
4
votes
2 answers

Can't get prebuild hooks to work in Trigger.io

I'm keen to use coffeescript within Trigger.io and to do so I am following the details as described at http://docs.trigger.io/en/latest/tools/hooks.html I've placed my coffeescript.js file in the hooks/prebuild directory as required but the build…
Will Tew
  • 626
  • 6
  • 6
4
votes
0 answers

Native sharing menu in Trigger.io Forge

Is there a way to access the native sharing menu from a Trigger.io app? That is, the menu that typically presents all the compatible apps the user has on their phone to which they could share something from within the open app?
Patm
  • 1,895
  • 4
  • 18
  • 22
4
votes
1 answer

How to package Trigger.io app for web without deploying to Heroku?

In the Trigger.io documentation it states: "Your generated web app can be deployed to any node.js platform. To make deployment really easy, we've added an option to deploy the app directly to Heroku with a single command." It appears that deploying…
4
votes
1 answer

Trigger.io iOS Plugin returning data from call back

I am creating a trigger.io plugin for a alert prompt. Trying to return data from a the alert prompt. This is my code: // Prompt + (void)show_prompt:(ForgeTask*)task{ // Create the alert UIAlertView *prompt = [[UIAlertView alloc]…
Eli Stone
  • 1,435
  • 3
  • 32
  • 56
4
votes
3 answers

Unable to start receiver com.parse.ParseBroadcastReceiver on Trigger.io Android app

I've an Android app built with trigger.io, using Parse push notifications. App is deployed to google play and push notifications have been working fine. Recently re-built and deployed to google play a new version of the app, with Forge platform…
Meirion
  • 788
  • 5
  • 18
4
votes
1 answer

Trigger.io Facebook integration "unexpected read permissions" on some iOS devices

On an iOS 6 iPad the Facebook modal permissions dialog pops up, but when accepted it appears to do nothing. The following error appears in our logs: Jan 16 11:57:50 CloudPad Forge[21287] : [DEBUG] Native call: { callid =…
Daniel X Moore
  • 13,409
  • 12
  • 75
  • 88
4
votes
1 answer

Cross domain error with Trigger.IO app, even with permissions set

I am evaluating trigger.IO and wanted to setup a simple test with some of the data from my web service. I had a simple jquery ajax request that I I simple changed to use the forge api for ajax and when I run the build it always…
proxim0
  • 1,031
  • 1
  • 7
  • 10
4
votes
4 answers

Getting android key hash for trigger.io facebook module

In the trigger.io documentation for their Facebook module it has a "Tip" for getting your Android key hash to upload to Facebook: On Android a hash of the key used to sign your app is required by Facebook to confirm your app should be allowed to…
Brad Dwyer
  • 5,547
  • 7
  • 41
  • 65
4
votes
1 answer

trigger.io hangs on splash screen in iOS

Oftentimes my app will hang on the "trigger.io FORGE" splash screen and never display my UI. I have this happening both in the simulator and on a real device. It's intermittent which leads me to think maybe it's a race condition somewhere (do I need…
Brad Dwyer
  • 5,547
  • 7
  • 41
  • 65
4
votes
0 answers

Can headers and response text be accessed from the forge.request.ajax error callback?

I'm trying to set up a trigger.io project that uses HTTP Digest Authentication. So far I've only been testing things in the Android emulator. I have a stand-alone JavaScript version that uses jQuery that I'm using as a base. In the jQuery version…
flergl
  • 245
  • 1
  • 8
4
votes
3 answers

Using the HTML5 date input element with android

The element cannot be activated. When I click on the fields on the emulator it doesn't show me the entrance date but the android keyboard.
Med Amine
  • 117
  • 2
  • 3
  • 7
4
votes
1 answer

How can I (if at all) disable device sleep in Trigger.io?

I'm trying to decide whether I should go with PhoneGap or Trigger.io for a mobile app I'm about to build. One of the "must haves" is the ability to disable display sleep. I've seen various hacks for PhoneGap (idleTimerDisabled) and even a plugin…
cpak
  • 1,134
  • 1
  • 10
  • 15
4
votes
1 answer

clearing cookies on modal window

I am using forge.tabs.openWithOptions to go through the OAuth2 authentication and would like to provide an option for a user to logout and login as a different user without having to uninstall the application completely. However it seems like…
Alon Burg
  • 2,371
  • 2
  • 23
  • 28
4
votes
2 answers

How to use a self-signed SSL certificate when developing with Trigger.io?

Our backend is in rails, and for several reasons the development environment has to be run with rails using a self-signed SSL certificate. This works fine on the desktop after manually trusting the certificate. Using Trigger.io, we're developing a…
sgrove
  • 999
  • 1
  • 9
  • 23
1 2
3
47 48