trigger.io

A way to detect Platforms on Trigger.io

与世无争的帅哥 提交于 2020-01-15 17:38:58
问题 Is there a way to detect what platform the app is running on with Javascript in trigger.io? It looks like in the olden days there was an is.android and is.ios method that have since disappeared. We have some different behaviors we want to apply to the different browsers. 回答1: Yes, the forge.is namespace allows you to detect the platform using JavaScript. To detect if the app is running on an Android device call forge.is.android() To detect if the app is running on an iOS device call forge.is

A way to detect Platforms on Trigger.io

狂风中的少年 提交于 2020-01-15 17:37:29
问题 Is there a way to detect what platform the app is running on with Javascript in trigger.io? It looks like in the olden days there was an is.android and is.ios method that have since disappeared. We have some different behaviors we want to apply to the different browsers. 回答1: Yes, the forge.is namespace allows you to detect the platform using JavaScript. To detect if the app is running on an Android device call forge.is.android() To detect if the app is running on an iOS device call forge.is

Trigger / Parse Push notification icon

℡╲_俬逩灬. 提交于 2020-01-15 07:42:25
问题 How do you customize the push notification icon on a Trigger.io app? I am currently testing on Android. 回答1: I assume you mean that you would like to alter the app icon badge after it has been changed as a result of a Parse push notification using "badge" data as described here in their docs: https://parse.com/docs/rest#push Currently there is no Forge API to do this, but it makes sense for us to add this to the platform. I've raised a ticket for it and will report back here when it is ready.

trigger.io hangs on splash screen in iOS

試著忘記壹切 提交于 2020-01-03 17:11:18
问题 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 to be waiting for forge to initialize?). I have no idea how to debug this as the trigger console isn't spitting out an error even when showing the debug output. Anything I should check? It's weird because if I put in a call like this: setInterval

App deployment not working correctly for iOS6 on windows

余生长醉 提交于 2020-01-01 18:24:13
问题 When I deploy app for first time everything works correctly , but after changing code and trying to deploy same app again with "run again" button, app starts without loading forge object so i can not use forge API . After little bit of testing I find out that forge will load only if I delete app from phone before deployment "run again" button. so basicly. I am using latest version v1.4.15 . So if you can fix it will save some time during development . One more , I can install and run app on

App deployment not working correctly for iOS6 on windows

喜夏-厌秋 提交于 2020-01-01 18:22:12
问题 When I deploy app for first time everything works correctly , but after changing code and trying to deploy same app again with "run again" button, app starts without loading forge object so i can not use forge API . After little bit of testing I find out that forge will load only if I delete app from phone before deployment "run again" button. so basicly. I am using latest version v1.4.15 . So if you can fix it will save some time during development . One more , I can install and run app on

What steps do I need to take to use the Ionic Framework with trigger.io?

依然范特西╮ 提交于 2019-12-29 07:19:09
问题 I unsuccessfully searched for some documentation of how to integrate the Ionic Framework with trigger.io, but I don't see any. If anyone knows or has some, I'd love to see them. If not, I'll venture forward and post my steps here :) 回答1: Including Ionic Framework Ionic Framework provides CSS and JavaScript libraries that you would include in your HTML. There are two methods for including Ionic Framework in your trigger.io app: 1. Store the Files Locally (development/production): You can

What steps do I need to take to use the Ionic Framework with trigger.io?

痞子三分冷 提交于 2019-12-29 07:19:08
问题 I unsuccessfully searched for some documentation of how to integrate the Ionic Framework with trigger.io, but I don't see any. If anyone knows or has some, I'd love to see them. If not, I'll venture forward and post my steps here :) 回答1: Including Ionic Framework Ionic Framework provides CSS and JavaScript libraries that you would include in your HTML. There are two methods for including Ionic Framework in your trigger.io app: 1. Store the Files Locally (development/production): You can

trigger.io android app launchimage prefs issue

时间秒杀一切 提交于 2019-12-24 02:18:15
问题 Just finished first version of my trigger.io app, and successfully tested it on both android and ios platforms. (trigger.io v1.4, forge tools v3.3.11) I have a minor glitch, however, which is : I can't manage to change the android default trigger.io launch image. I set the proper image path in App Config panel, for both ios and android, but only ios version actually shows my image during application startup. Android version shows the trigger.io branded one. Is there any format, color depth,

The binary being analyzed must be an executable trigger.io

夙愿已清 提交于 2019-12-24 00:36:36
问题 This seems to be a proble with permissions on how forge packages the IPA ( wild guess ) anyhow I also found that phonegap build users are having the same issue I'm using Windows. 回答1: It looks like Apple might have changed their validation for IPA files, Trigger will have to look into this and update the way IPAs are created. In the mean time IPAs are actually just zip files, you should be able to unzip it, make the Forge binary executable and zip it back up. I've not tried this so it might