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
There is a case to be made that web pages should have a way to opt-out from being rendered in a WebView, similar to how they can forbid iframe embeds. @adrianholovaty surfaced some concerns in Let websites framebust out of native apps:
some apps try to build their business on unauthorized usage of someone else's IP (by "embedding" web apps inside their native apps)
in-app browsers often have web compatibility issues, and it's not always clear to the user that breakage may be caused by the WebView and app customizations
This issue was initially raised in #36
There is a case to be made that web pages should have a way to opt-out from being rendered in a WebView, similar to how they can forbid iframe embeds. @adrianholovaty surfaced some concerns in Let websites framebust out of native apps: