I always hate in app browsers and always reopen them in Safari, for UX reasons. Now I hate them even more, with even stronger reasons.
Unfortunately I think they’re very popular with unsophisticated users. I’ve heard stories about companies getting a ton of support emails because someone clicked on an article link shown in $someApp, the user was booted to Safari, and didn’t know how to get back to where they were before. I’ve heard of developers adding the in-app thing despite hating it personally just to reduce the support burden.
See what JavaScript commands get injected through an in-app browser
281–290 of 330 posts
Re: See what JavaScript commands get injected through an in-app browser
#282They're going to heavily lockdown WKWebView after the Instagram and Tiktok revelations, probably in iOS16.1. They may even remove it entirely and force people to use SFSafariViewController (heavily locked down web browser, opaque to developers other than URL). Best of luck to anyone that was using javascript injection for legitimate purposes, others have ruined it for everyone by abusing user trust.
Re: See what JavaScript commands get injected through an in-app browser
#283Why on earth is this even allowed in IOS in the first place ? Why do apps have the ability to control and change the browser? Instead of using the default one? Like android.
Android is in basically the same situation. Obviously both Android & iOS let you open things in the default browser. iOS has SFSafariViewController, which more-or-less corresponds to Chrome Custom Tabs on Android. These basically make a browser UI that is in the of the app for the purposes of multitasking/app-switching, but which is controlled by the browser. Devs can't inject code into these. And both have WebViews,…
Re: See what JavaScript commands get injected through an in-app browser
#284Re: See what JavaScript commands get injected through an in-app browser
#285Can this be circumvented by a very strict Content-Security-Policy?
Re: See what JavaScript commands get injected through an in-app browser
#286Re: See what JavaScript commands get injected through an in-app browser
#287All my hobby websites I own have all these in-app browsers blocked.
Re: See what JavaScript commands get injected through an in-app browser
#288Re: See what JavaScript commands get injected through an in-app browser
#289Earlier quoted context omitted.
Unfortunately I think they’re very popular with unsophisticated users. I’ve heard stories about companies getting a ton of support emails because someone clicked on an article link shown in $someApp, the user was booted to Safari, and didn’t know how to get back to where they were before. I’ve heard of developers adding the in-app thing despite hating it personally just to reduce the support burden.
The solution here is for the company to make a proper help page explaining that, then respond to all the support emails with a link to the help page. No need to poison the well for everybody else due to wanting to avoid a "support burden." My own product/company has a few common issues like this, and the help page strategy works fine. Answering emails for these types of things is not a big deal as long as you have st…
Re: See what JavaScript commands get injected through an in-app browser
#290I hate that if I send Wordle or something cool to a friend that uses localStorage they lose their progress/settings once they leave the chat app. So frustrating to even explain to people that this thing they are scrolling isn't their own, Safari/Chrome!