Skip to content

Commit 1586200

Browse files
authored
Merge pull request #3155 from dominiquelee-ms/user/domlee/add-information-on-windows-offline
[Offline] Add workaround for bad Connection.Connected state at start-up in Windows app
2 parents 8efad55 + 0725bf3 commit 1586200

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

powerapps-docs/maker/canvas-apps/common-issues-and-resolutions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ search.app:
1818

1919
This article lists some common issues that you might encounter while using Power Apps. Where applicable, workarounds are provided.
2020

21+
1. **Connection.Connected returns the wrong value during OnStart in Power Apps for Windows** (July 21, 2020)
22+
While offline, **Connection.Connected** may wrongly return **true** immediately after starting an app in the Windows app. As a workaround, delay when the logic depending on it is executed by using a **Timer** control.
23+
2124
1. **Black box covering part of embedded canvas app** (June 11, 2020)
2225
When using embedded canvas apps such as SharePoint forms, SharePoint web parts, and model driven forms, users many see a black box when scrolling covering part of the app. This issue happens with chromium based browsers starting with version 83. There is not a workaround at this time. The team is actively investigating to find a fix and workaround. **A workaround in Power Apps was deployed in the week of 6/21/2020. In addition, the issue is fixed for Microsoft Edge based on Chromium with version 85.**
2326

0 commit comments

Comments
 (0)