neckaros / secure_application

Secure your application from prying eyes
MIT License
103 stars 61 forks source link

Compatibility with open_file #12

Open pgulegin opened 4 years ago

pgulegin commented 4 years ago

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.

neckaros commented 4 years ago

On witch platform? Do you have a minimal code reproduction of the issue so I can have a look?

Stewioie commented 2 years ago

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

adnankhan74444 commented 2 years ago

@neckaros i'm also facing this issue on IOS.

jjbluesky commented 1 year ago

Same here :/.