You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jonaswre
changed the title
App sandbox must be supported
App sandbox
Jul 12, 2022
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.
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.
The text was updated successfully, but these errors were encountered: