Đóng ứng dụng di động Trigger.io forge qua javascript (Android / iOS) - để áp dụng Tải lại (Closing a Trigger.io forge mobile app via javascript (Android / iOS) - in order to apply Reload)


問題描述

Đóng ứng dụng di động Trigger.io forge qua javascript (Android / iOS) ‑ để áp dụng Tải lại (Closing a Trigger.io forge mobile app via javascript (Android / iOS) ‑ in order to apply Reload)

Is it possible to ask a Trigger.io Forge mobile app to close itself through the forge JS api?

We're seeing users having problems with reloads: We pop up a message when a reload is available, but it's difficult for us to explain that they have to 

  1. come out of the app
  2. wait an unknown amount of time (for the reload update to download)
  3. launch the app again

People either don't understand, or the force‑quit the app meaning the reload doesn't download, or they come out and go straight back in before it's downloaded ‑ and then see our 'reload' popup message immediately again.

I wondered if we could close the app for them if this would smooth things out a bit. Unless people have better suggestions for this user flow?


參考解法

方法 1:

Are you listening for the updateReady events to pop up your message? If so, the Reload update has actually already been downloaded and is ready to go: all the user needs to do at that point is switch away from the app and back again; no delay required.

The only way to programmatically close a Trigger.io is in the backPressed event listener, which won't be of use to you in this situation.

(by MeirionJames Brady)

參考文件

  1. Closing a Trigger.io forge mobile app via javascript (Android / iOS) ‑ in order to apply Reload (CC BY‑SA 3.0/4.0)

#forge #reload #trigger.io






相關問題

forge.facebook.authorize 不重定向網站 (forge.facebook.authorize not redirecting for website)

iOS6 和 XCode 4.5 - 無法將應用上傳到應用商店 (iOS6 and XCode 4.5 - Unable to upload app to app store)

trigger.io facebook аўтарызаваць «нечаканы збой» з iphone 5 (trigger.io facebook authorize "unexpected failure" with iphone 5)

Đóng ứng dụng di động Trigger.io forge qua javascript (Android / iOS) - để áp dụng Tải lại (Closing a Trigger.io forge mobile app via javascript (Android / iOS) - in order to apply Reload)

為什麼@inject 方法在實時服務器上不起作用 (why @inject method is not working on the live server)

在 GForge、LDAP 身份驗證中,如何設置屬性 authenticatedBind 的值? (In GForge, LDAP Authentication, how do I set the value for the property authenticatedBind?)

創建一個類對象列表以將它們與另一個類對象進行比較 (creating a list of class objects to compare them with another class object)

Autodesk Forge 如何保存和顯示標記 (Autodesk Forge how to save and show Markups)

如何在 Forge Laravel 網站上進行 404 錯誤的高級調試 (How to do advanced debugging of 404 Error on Forge Laravel Website)

Forge:選擇單個零件:無法在零件之間切換 (Forge: Select a single part: cant switch between parts)

為什麼 composer.json 需要 PHP 7.4 但服務器正在運行 PHP 7.3 不會中斷部署? (Why composer.json requires PHP 7.4 but server is running PHP 7.3 doesn't break in deployment?)

是否可以通過從外部網頁接收特定 ID 來實現 Forge Viewer 中的突出顯示功能? (Is it possible to implement the highlight function in Forge Viewer by receiving a specific ID from an external web page?)







留言討論