Open pgulegin opened 4 years ago
On witch platform? Do you have a minimal code reproduction of the issue so I can have a look?
Repro state on iOS only:
open an external file while app is secured eg. a PDF move the app to the background pull it forward blank screen
@neckaros i'm also facing this issue on IOS.
Same here :/.
I am having compatibility issues when using packages that call native views.
For example, I am having an issue with: open_file https://pub.dev/packages/open_file
It appears that when a native view is up, then you go home or to the app switcher, you are returned to a blank screen. I think this is happening because secure_application is dismissing the native view instead of the secure view.
Please advise on how to proceed.