Pop out redirects
Some buttons in the chat and player link to external URLs. Currently, the webview redirects to the selected page. Links should open in a new browser window instead.
Did the old app do stuff like this? WebView itself doesn't really have a concept of windows or tabs.
The old app prevents navigation to other sites and opens all links in whatever browser the user has as default
I assume it was using this code? I don't know when the extension was calling it though.
oh yea i think i had a recursive self-replicating snippet that injected itself into every frame and replaced links with that function lmao
is there any way to intercept url changes? if it's a url outside of the android asset baseurl, u can just open it up in a new browser window
No longer relevant since not trying to use the extension anymore.