You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also set the ""OnSelect"" property using the Power Fx function 'ShowHostInfo(HostInfo.OfflineSync)' to show the [Device status page](/power-apps/mobile/offline-sync-icon#device-status-page) when selecting the globe icon.
202
+
You can set the **OnSelect** property using the Power Fx function `ShowHostInfo` to show the [Device status page](/power-apps/mobile/offline-sync-icon#device-status-page) when selecting the globe icon.
203
+
204
+
```powerappsfl
205
+
ShowHostInfo(HostInfo.OfflineSync)
206
+
```
207
+
You can set the **Visible** property using the Power Fx function `Host` to only show the globe icon when the app is used on a player that is supporting the offline mode.
0 commit comments