OutSystems Forge 日本語データベース

OfflineDetectionWarning

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-09-14 1.0.0 João Supico All All Components, Widgets
モバイルアプリがオンラインかオフラインかを正確に検出できるようにし、ネットワークの状態が変わったときに警告を表示します。 アプリの接続に関連するいくつかのイベントをトリガーするブロックを含みます。
モバイルアプリがオンラインかオフラインかを正確に検出できるようにし、ネットワークの状態が変わったときに警告を表示します。 アプリの接続に関連するいくつかのイベントをトリガーするブロックを含みます。 外部依存関係: オフライン検出 これは、offline.js javascript(https://github.hubspot.com/offline/docs/welcome/)を使用して、 ここでコンポーネントを見つけることができます(https://www.outsystems.com/forge/3303/) SilkUI(デモ画面のみ) 使い方: 推奨:コンポーネントWebBlockをページレイアウトにドラッグします。デモのパターンを確認することができます。 あなたは再びアプリケーションを生成する必要はありません。 イベント: Checking - 接続のテスト ConfirmedOffline - 接続テストが失敗し、接続が既にオフラインだった場合でも起動します ConfirmedOnline - 接続テストは成功し、接続がすでにオンラインになっていても起動します Offline - 接続はオンラインからオフラインになっています Online - 接続がオフラインからオンラインになった RequestsCapture - 新しいリクエストが保持されている(RemakeRequestsフラグがtrueに設定されている場合) RequestsFlush - 保留中のリクエストが再作成された場合(RemakeRequestsフラグがtrueに設定されている場合)

[Overview]
Allow a mobile app to accurately detect if it's online or offline, and give you a warning when your network status change. Includes block that triggers several events related with the app's connectivity.
[Detail]
Allow a mobile app to accurately detect if it's online or offline, and give you a warning when your network status change. Includes block that triggers several events related with the app's connectivity. External dependencies: OfflineDetection This use the offline.js javascript (https://github.hubspot.com/offline/docs/welcome/) You can find the component here (https://www.outsystems.com/forge/3303/) SilkUI (only on the Demo Screen) How to use: Recommended: Drag the component WebBlock to the pages layouts. you can check the pattern on the Demo. You don’t need generate the app again. Events: Checking - Testing the connection ConfirmedOffline - A connection test has failed, fired even if the connection was already offline ConfirmedOnline - A connection test has succeeded, fired even if the connection was already online Offline - The connection has gone from online to offline Online- The connection has gone from offline to online RequestsCapture - A new request is being held (if RemakeRequests flag is set to true) RequestsFlush - Any pending requests have been remade (if RemakeRequests flag is set to true)
戻る