In Progress
Status Update
Comments
mr...@google.com <mr...@google.com>
za...@google.com <za...@google.com> #2
Hello,
I'm only a little familiar with Power Apps. Is your app a mobile app or a web app?
This link
The primary
If your app does not work on Android mobile devices, you can also consider the
Description
In the current platform-samples repo the Glance Image demo uses an ImageFileProvider . This file provider has a subtle flaw; if the file permission from the widget host to the app is killed, the widget host can't load files from the app until the app refreshes the widget.
The workaround is to use a "secret" uri as mentioned here . An example of this pattern is available in the FinaceWidget example .
This bug tracks updating the ImageFileProvider in platform-samples.