Trigger.IO is a mobile development framework that enables cross-platform phone applications to be written in HTML5.

learn more… | top users | synonyms

0
votes
0answers
9 views

Chaplin app not routing to home controller under trigger.io

We have an app built with the Chaplin.js framework which is on top of backbone.js When we test it in trigger.io using the web mode, it works perfectly. But when the app is bundled up and tested on ...
0
votes
2answers
19 views

Trigger.io - do we know if have a plugin for card.io

I was wondering if there is a plugin to use card.io SDK to read any identification cards. Apparently there is one for phonegap like in here ...
0
votes
1answer
39 views

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 ...
0
votes
1answer
25 views

trigger.io android 4.0+ not receiving pushing notifications

I was doing some testing and just realized that my android 4.0 devices are not receiving push notifications. I have received them in the past and Pars shows them being sent out but I do not get them. ...
0
votes
1answer
28 views

NumberFormatException when using forge.flurry.setLocation

I'm trying to implement Flurry Analytics in my trigger.io app. When executing the example for setLocation on an Android device: forge.geolocation.getCurrentPosition(function (position) { ...
0
votes
1answer
28 views

Does forge.facebook.authorize open native facebook app?

I've been looking at forge's new APIs (they look awesome)! For the forge-facebook-API, I was wondering: does it actually open the native facebook app on the phone to ask for permissions? I've done ...
0
votes
0answers
9 views

Error using media.videoPlay with file.saveURL

I'm having trouble using the file.saveURL method with media.videoPlay, the same file plays fine if streamed directly but will not work when saved and played locally. Here is an example (which can be ...
1
vote
2answers
59 views

iOS App Store approval rate for trigger.io apps

We are ready to start the development of an using trigger.io, however some last minute external feedback pretends that trigger.io apps are systematically being rejected by Apple since the launch of ...
0
votes
1answer
33 views

trigger.IO ajax -> trying to attach file to a Parse model

I'm trying to attach an image file to a model in Parse using REST API and triggerIO; however am unsuccessful. I am getting the error: ...
1
vote
1answer
72 views

Uploading image to Parse using Javascript(CoffeeScript) and REST API

I'm trying to upload images to parse and later attach them to models, however whenever I upload one it returns as a successful upload but the url contains a broken image link. for instance: ...
0
votes
0answers
12 views

trigger.io recipe shopping list not displaying on web page

If I run the recipe shopping list in an emulator (IOS/android), everything behaves fine (except the thumbnails which are broken links. But when I run it as a web page, I get a blank page. I checked ...
1
vote
1answer
29 views

Trigger.io copy link to iPhone clipboard

is there is any way using javascript or any Trigger.io native method to copy value to the iPhone clipboard ? I tried a lot of solution for cross browser copy to clipboard but not worked with the ...
0
votes
0answers
13 views

when trying to run my trigger.io app in the simulator I get a permissions error 13

Im trying to run my trigger.io app in the IOS simulator and when I do it start to run and then gets an error 13 permissions denied error in the console.
1
vote
1answer
50 views

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] ...
2
votes
1answer
112 views

Switching from Jquery Mobile to AppFramework

I've built a project using Jquery Mobile. JQM seems perfect for fast prototyping but the end result on an iphone 3GS/IOS 5.1 is far from fluid. I've tried a lot of hacks/tricks to make it faster and ...
3
votes
0answers
47 views

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 ...
0
votes
0answers
19 views

Google Analytics intergration with Trigger.io Native plugin

Can somebody post step by step instruction to integrate Google Analytics sdk to trigger.io native plugin.
1
vote
1answer
23 views

Trigger.io: can I force a reload for all files and/or reset the reload history?

Let me explain a little bit: I'm currently using a CDN to push reloads, due to some issues I've had with Trigger's reload infrastructure. For some reason, the latest reloads I'm pushing don't seem to ...
0
votes
2answers
47 views

trigger.io - hide a html element on touch/tap event

The problem seems simple enough yet it is not working. What I want is a div to hide on tap. I currently am using jQuery but if anyone know have to do this in a more native manner id love to do that! ...
0
votes
1answer
22 views

forge.topbar.setTint(); Changing the color of the apps topbar

This is probably a very silly question but i am stuck on this problem. I am currently using trigger.io to develop and iphone app there is a JS function that allows you to change the color of the top ...
1
vote
1answer
21 views

Adding Ads via iAd and AdMob

I have a requirement to develop Android and iPhone versions of the same app, so I'm considering Trigger.io. My question is, I need to support ads on both versions of the application. I'm thinking on ...
0
votes
3answers
41 views

Trigger.io App fails Application Loader verification, not respecting minimum os version and cannot verify icon file

I'm using the latest version of Trigger.io and have my mobile application configured to require iOS 5.0 or higher, and I've got all the icons loaded in the config.json file, e.g: "modules": { … ...
0
votes
1answer
38 views

Trigger.io: Facebook API Login

The js sdk of Facebook has a fb.login function for which is used for login functionality. but I can't find anything that trigger.io has this functionality. I have managed to use ...
0
votes
0answers
16 views

trigger.io Android app appears to have localisations?

I've recently uploaded a new version of my Trigger.io Android app to the Google Play store, built with Forge Platform 1.4.43. Upon uploading it, Google Play told me that it now has 3 localisations in ...
0
votes
1answer
34 views

forge.facebook.authorize([“create_event”] => FBSession: Publish or manage permissions are not permited

Only when asking for this specific permission: forge.facebook.authorize(["create_event"], function (auth) { }, function(error) { forge.logging.info(error); }); I get: [INFO] { message: ...
0
votes
1answer
26 views

Error when adding dependecy to a trigger.io native plugin

I am developing a native plugin and it depends on an existing library (which was built in maven not sure if it makes a difference). I added the plugin to the libs folder and updated the inspector ...
0
votes
1answer
39 views

triggerIO upload image from gallery

I am unable to upload an image via trigger through gallery using coffeescript relevant code: Main script: CameraHelper.fileUpload (file) => @file = file forge.file.URL file, (url) => ...
2
votes
1answer
76 views

Trigger.io: File Access - Getting total Counts of Images in my Gallery (iPhone/Androi)

Is there any way to get the total counts of Pictures in my Gallery. We need to preview the total counts in my gallery. We can't find what API method to be used for it. For example, My Gallery - 30 ...
1
vote
2answers
60 views

Trigger.io Facebook “Login Failed, EXPECTED_FAILURE”

I am having many issues with connecting my Trigger.io app with Facebook using forge.facebook.authorize. Once I switched from a development to Ad Hoc distribution I am unable to login at all. I even ...
1
vote
0answers
90 views

Handlebars.js #each Not Working

I'm bashing my head against the desk on this one. I cannot understand why this isn't working. I'm trying to use a simple handlebars #each loop to output stars with a css class defined in their model. ...
1
vote
1answer
56 views

trigger.io - close soft keyboard?

Is there a way to programatically close the Android on screen keyboard with trigger.io? I have a search field with an auto-complete search on. When the user stops typing I show the search results, ...
2
votes
2answers
560 views

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 ...
3
votes
2answers
45 views

Absolute paths to Trigger.io assets?

We're building a Trigger app with Chaplin underneath. It would be nice, for development purposes, if we could use absolute paths to our assets, a la: <link rel="stylesheet" ...
0
votes
1answer
36 views

Error using file/prefs api

Executing the following code: $.each(video.videos, function(k, v) { forge.prefs.get("video-"+k, function(file) { console.log(file, (file)); if (file) { ...
1
vote
1answer
35 views

Trigger.io: Splash screen shows too long when opening

In our application, it has only js files, one index.html file, and one ajax request for our initial load, well and some images for our application. But it takes 7 seconds for the splash image to ...
1
vote
1answer
113 views

trigger.io Android webview app - grey background appearing after keyboard closes or orientation change

I'm building an html5 wrapped iOS / Android app with Trigger.io. I have a problem on Android with a grey background appearing on the screen in some occasions after the virtual keyboard has closed, or ...
1
vote
0answers
39 views

Trigger.io IOS package duplicating files

I have for the first time went to build my production IOS app with trigger.io and was a little shocked at the file size so when I went to look at the IPA I noticed that in the root of the IPA it had ...
0
votes
1answer
41 views

trigger io chrome extension does not seem to work

I am trying trigger io for the first time. I am trying to use the chrome extension and eventually would like to get to a point where I can run/debug (using chrome developer tools) on the browser ...
1
vote
1answer
32 views

trigger.io remove all files stored with forge.file.SaveURL?

I make extensive use of the file.saveURL feature of trigger.io but I would like to know if its possible or maybe possible to add this functionality but to run a command to remove all stored items? ...
1
vote
1answer
29 views

Record audio wtih trigger.io

I have seen that it's posible to play an audio through the media API's createAudioPlayer method. Is it possible to record an audio somwhow? Is there any API for it? Can I access de device's mike in ...
2
votes
1answer
62 views

Running TriggerIO iOS app with screen locked?

I have a fitness app that guides users through a workout, but in order to do that, the app must remain active even while in the background. Specifically, this is crucial with our new audio release, ...
3
votes
1answer
117 views

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: <a ...
1
vote
1answer
40 views

Trigger.io parse push, subscribe to multiple channels

Is it possible for a client, written in javascript, to subscribe to multiple parse channels, either by doing multiple calls to parse.subscribe, or by supplying multiple channels, to a single ...
1
vote
1answer
38 views

Daily check in Trigger.io mobile application

I want to write a feature in my app that checks local data daily (at a specified time eg. 12:00pm), and alert if needed. Really, I want something kind of like setTimeout() in Node.js. Does ...
0
votes
1answer
41 views

How do I make a voice call in iPhone using Trigger.io?

I am building an app in which I need to let the user dial a phone number. Looking through the documentation, I could not figure out how to do that. There is a module for SMS, but none for voice. Is it ...
0
votes
0answers
44 views

Is it possible to use native sqlite db with trigger.io?

How can I store some complex data persist on the app? My first instinct was to use the native platform's SQLite database, but I don't see any mention of that in the Forge documentation. Does this mean ...
3
votes
1answer
112 views

What local databases are available/recommended in trigger.io apps, if any?

I'm investigating building a mobile app with trigger.io, but I'm not finding good documentation on local database options. My app will send data to an external API, but needs to be able to store data ...
0
votes
1answer
58 views

Trigger.io: File Access in Android 4+ Bug

We are using File Access in trigger.io to get some local files in Android Media Gallery, but when we now pick the image, it seems it always throw a warning Exif data not included in ...
1
vote
0answers
74 views

Firebase And Trigger.io User Auth/Login

So I have already have a trigger.io hybrid app with functioning facebook authorization for android and iOS: fbLogin: function() { forge.facebook.authorize(function (success) { ...
1
vote
1answer
65 views

Using a class as an AVAudioPlayerDelegate for a static AVAudioPlayer

I can't maintain an instance in a TriggerIO plugin, so I need a static way of responding to my AVAudioPlayer's events. However, I can't set the player.delegate to audio_API, so I'm a bit stuck. ...

1 2 3 4 5 9