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

trigger.io toast not working

I am trying to use the "toast" call on android and nothing shows up I was trying a simple test using forge.notification.toast{"some string",function(){},function(e){}} in the debug it says its called but nothing shows on the screen Im testing on an…
proxim0
  • 1,031
  • 1
  • 7
  • 10
-1
votes
1 answer

Can I build for the Windows Mobile platform using Trigger.io Free Trial

I just signed up for a new trigger.io account and am using the free trial. I want to know, if I will be shown a splash screen with trigger.io branding on my app if am building on the free trial version, I will be able to build for iOS, android and…
automaticAllDramatic
  • 1,615
  • 1
  • 17
  • 25
-1
votes
2 answers

Cannot launch a app with Chrome extension with forge (trigger.io)

I have created the app with forge, and have added in the chrome extension, but when i run with chrome, always show the following errors: Currently it is not possible to launch a Chrome extension via this interface. The required steps are: 1) Go…
Winson
  • 699
  • 6
  • 13
-2
votes
2 answers

How to get backbone working with forge.request in Trigger.io

Trigger.io has a forge.request module that takes care of cross-domain HTTP requests. What's the cleanest way of integrating it into a backbone app? It is possible to override the Sync method ( for example…
EugeneMi
  • 3,175
  • 2
  • 32
  • 49
1 2 3
47
48