Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App sandbox #5

Open
jonaswre opened this issue Jul 12, 2022 · 1 comment
Open

App sandbox #5

jonaswre opened this issue Jul 12, 2022 · 1 comment

Comments

@jonaswre
Copy link

A sandbox for thrid party content must be implemented.

A webview would likely be the best solution.

The current api needs to be extended to provide the ability to interact with native functionality, like camera, notification, gps, media player and anything that might be useful.

@jonaswre jonaswre changed the title App sandbox must be supported App sandbox Jul 12, 2022
@jonaswre
Copy link
Author

I just had a look at the flutter webview. It should be possible to isolate the loaded thrid party content.
Communications can be handled only by passing messages between the webview and app. No need for csp headers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant