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
23
votes
3 answers

Creating native iOS/Android apps from HTML5

Is there a tool/approach to automatically generate an app on an iOS or Android device from HTML5 or jQuery Mobile code so that the app loads/runs entirely on the mobile device itself, without requiring web access, and without the corresponding delay…
user2330237
  • 1,231
  • 3
  • 12
  • 34
19
votes
3 answers

Cookies not being sent back and forth properly in Opera

First off, I'm not sure whether this is a problem in Opera 12.01 or not, but the problem only occurs in Opera. I've tested in FF14, Chrome 21, Safari 5 (Windows) and Safari Mac and Webkit browsers on Android and iPhone. My application runs on the…
JohnP
  • 47,501
  • 10
  • 101
  • 134
12
votes
4 answers

Trigger.io [Errno 18] Cross-device link

When I try to run package ios on mac, I get the following: [INFO] Forge tools running at version 3.3.5 [INFO] Update result: you already have the latest tools [INFO] Configuration is unchanged: using existing templates [INFO] Checking JavaScript…
Pasta
  • 2,433
  • 4
  • 23
  • 33
9
votes
5 answers

Fixed position footer scrolls in iPhone X

I have a hybrid HTML5 app created using the Trigger.io framework. The app contains a fixed footer and a scrolling content area. The app works fine on all devices except the iPhone X. On the iPhone X when I scroll the content area, the footer…
JohnP
  • 47,501
  • 10
  • 101
  • 134
9
votes
1 answer

Apple App Store ok with Trigger Reload?

Trigger "Reload" feature allows updating apps bypassing App Store approval process. Does this violate App Store terms? http://trigger.io/cross-platform-application-development-blog/2012/08/16/announcing-trigger-io-reload-iterate-fast-on-mobile/
Wojtek Kruszewski
  • 11,222
  • 6
  • 32
  • 37
9
votes
1 answer

Trigger.io Collaboration

Hey I'm collaborating on a Trigger.io project and I'm curious if there is documentation on how to best do this? I have other guys who are loading my project into their environments (via github) using TriggerToolkit, and they can't run the projects…
botbot
  • 6,848
  • 12
  • 53
  • 93
8
votes
1 answer

Support for Websockets on Android

I'm about to start a project for a client that has lots of data that needs to be real-time. There are two mobile apps that I will be building with trigger.io, as well as a web UI, and all of these need to stay in sync. I plan to use socket.io's…
Andrew Joslin
  • 42,803
  • 20
  • 97
  • 75
8
votes
1 answer

Exactly Simulating a User's Keypress In Javascript

A little bit of context: I'm working on a HTML5-based mobile app with an autocomplete feature that breaks on Android due to a bug in setSelectionRange: http://code.google.com/p/android/issues/detail?id=15245 Because of this, I can't directly…
Michael Marsh
  • 593
  • 3
  • 15
7
votes
2 answers

Android keyboard overlapping input fields, view doesn't scroll automatically

I have the same problem described in this question, but on Trigger.io. Unfortunately, the solution requires to edit AndroidManifest.xml, which appears to be impossible in Trigger.io In some of my app views, the Android keyboard is overlapping some…
fjsj
  • 10,501
  • 9
  • 36
  • 54
7
votes
1 answer

Running TriggerIO Android ForgeInspector

I'm working on a trigger plugin and can't get the ForgeInspector to run at all. I've downloaded that the ForgeInspector and ForgeModule files from the toolkit, and haven't modified anything other that adding some code to API.java. When I attempt to…
Michael Marsh
  • 593
  • 3
  • 15
7
votes
3 answers

Angular Js and Trigger.io - Can't follow a link on Android that works on iOS

I am using AngularJS with Trigger.io to develop a mobile application for both iOS and Android. When I try to open a link that looks like this: It works perfectly fine on iOS, but on Android I get…
trentclowater
  • 1,190
  • 1
  • 9
  • 13
7
votes
1 answer

Can I use official apns (or easy apns) with the push notification?

I want to use easy apns with the iphone app, but I don't know whether can use apns with forge(don't use Parse service), I cannot found any APIs for this, and within phoneGap, I can edit the native objective-c code to handle this.
Winson
  • 699
  • 6
  • 13
7
votes
1 answer

Is there a way to build native plugins for trigger.io?

I am interested in writing native plugins for trigger.io. Is this already possible or on the roadmap?
Sönke Rohde
  • 300
  • 1
  • 9
7
votes
1 answer

Is there a nice way in trigger.io to handle OAuth?

In my case I would have a re-direct URL with a custom url schema like myapp://oauth So first I would forward to my oauth login url and then I need to register an event handler for the location change to check if it matches my re-direct url.
Sönke Rohde
  • 300
  • 1
  • 9
6
votes
1 answer

"Unable to locate GDB" in Trigger Toolkit

I'm attempting to run an iPhone app in the Trigger Toolkit, but I keep getting "Unable to locate GDB" in the console, several seconds after "Connecting to remote debug server" . I've updated xcode, installed gdb separately through homebrew, and am…
Michael Marsh
  • 593
  • 3
  • 15
1
2 3
47 48