I am having an issue where directly after navigating back to a screen, the whole app goes black. The only recovery is to exit back into PowerApps itself and restart the app.
The only thing that happens before the Navigate is that i call some APIs to save some data, then the Navigate is called.
The only thing that should happen after the Navigate in the OnVisible of that screen, is two Set() functions setting the default value in a text field, and one setting a boolean.
The app is being used in the windows store PowerApps player.
I am at a loss as to what is going on as i have no possibility to debug what happens, i have had Visual Studio debugger attached but no exception seems to trigger, so that was no help, and the code itself is auto generated obviously so couldn't guess anything from that either.
Has anyone experience anything like this?