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
0
votes
2 answers

forge.facebook.authorize not redirecting for website

I have a trigger.io app working fine using facebook authentication on Android and iPhone, however, when I publish it locally for web via Chrome clicking on the "Connect to facebook" button does not call the forge.facebook.authorize function. There…
0
votes
2 answers

Android app, not native, what to use

I don't really want to use the native andorid for few reasons so i started with PhoneGap as it gives me flexibility to port the application to other platforms easily and can built apps in languages i know better. But then people say its really slow,…
amitchhajer
  • 11,398
  • 5
  • 36
  • 51
0
votes
1 answer

How can I reliably show a native google map on Trigger?

How can I reliably show native google maps in Trigger? Here's the background: I'm showing Google Maps on Trigger.io using backbone, copying the format on the Trigger blog here:…
PersianExcursion
  • 793
  • 1
  • 8
  • 18
0
votes
1 answer

How do I save geolocation data for an HTML5 or trigger.io app for path mapping later?

Im creating an app that needs to track the location of the user (with their knowledge, like a running app) so that I can show them their route later. Should I use HTML5 with some timeout interval to save the coordinates every N seconds and if so,…
JoshL
  • 1,365
  • 1
  • 12
  • 26
0
votes
1 answer

can i access a directory list on mobile devices using Trigger.io?

I want access to the file system to get a list of the photos on the device so as to be able to display them in my app. I don't see a method in the API providing that information. Is there a way of getting at it?
francpaul
  • 246
  • 1
  • 5
0
votes
1 answer

Use forge.tabs.open on a URL returned from an API call

I'm hitting an API that return a list of URLs, so I'm looking to iterate through them, generate links, and let the user browse to those links. I think I'm supposed to use forge.tabs.open to create a Modal view when the user taps a link. Here's the…
0
votes
1 answer

How to cache many images(in loop) properly using forge.file.cacheURL?

I have a list of products that I download as json file from server. Each item contains a link to the image stored on server. Now I want to be able to see the products when offline, so I store downloaded json file into forge.prefs…
David Marko
  • 2,297
  • 3
  • 24
  • 49
0
votes
1 answer

How do you create/display a twitter-like feed in TriggerIO

I am trying to create a mobile app with one of the functions being a twitter-like feed. The twitter feed will display messages coming from the server. What would be the best way to implement this using TriggerIO?
user1452463
  • 119
  • 1
  • 2
  • 9
0
votes
1 answer

"No such file or directory" when trying to run a newly created app

I just discovered forge and wanted to try it out at once. I closely followed the tutorial at http://docs.trigger.io/en/v1.3/getting-started.html#mac-and-linux-users and everything went fine, until I tried to actually run my app: (forge-environment)…
Mononofu
  • 882
  • 7
  • 15
-1
votes
2 answers

Angular 4 how can i do trigger change like jquery trigger('change')

I am trying to trigger change in angular 4 for input field after put value in it by this.my_var = my_val, and then how can I trigger change event? Code- import { Component, OnInit,OnDestroy, Renderer, ElementRef, ViewChild } from…
-1
votes
1 answer

Create table, starting with digit in postgresql

Can you give me suggestion to create table with starting with digits in postgresql.
Ashish
  • 15
  • 1
  • 8
-1
votes
1 answer

iOS could not be installed at this time

So I have tried everything and am currently beating my head against the desk. I am using trigger.io to generate apps for both android and ios. The android apps work just find and I am able to distribute with MDM as needed. The ios app on the other…
Bill
  • 9
  • 3
-1
votes
1 answer

trigger.io is not working in mac

HELLO i am facing problem in mac with trigger.io installing , i have download trigger.io for mac and installing in Applications folder its not working, i use $ $HOME/Library/Trigger\ Toolkit/forge create command according to…
Baba
  • 301
  • 2
  • 10
-1
votes
2 answers

Testing Apps on a Device

When using trigger.io toolkit, there's an option that says "Build and immediately run your app, either locally, on a simulator or on a connected device." How do you run the app on a Connected Device? I want to see the app on my iPhone and see how…
Marc Pope
  • 125
  • 11
-1
votes
1 answer

Reload module automatically became active without notice and cannot be removed

It's me again, I just found out that Reload module became active and there is no way to turn it off. Its nowhere in module lists and so on. Is this some kind of new implementation, because it's not fair to enforce me using a module which I don't…
1 2 3
47
48