WICG / proposals

A home for well-formed proposed incubations for the web platform. All proposals welcome.
https://wicg.io/
Other
233 stars 16 forks source link

In-app browsers (IAB) - inaccessible downloads #173

Open shalanah opened 1 month ago

shalanah commented 1 month ago

Introduction

In-app browsers break downloads silently daily and across the world - and by default!

This creates inaccessible website experiences right now on both Android and iOS devices alike.

Use Cases (Recommended)

Website links are posted on Instagram, Facebook, TikTok, Snapchat and more. Most of these links on phones will open in IAB (in-app browsers) where they break website download functionality silently. Confusing users thinking websites are broken - especially since younger users treat these Apps as browsing platforms. It is hard for users to describe this issue, as well, since they do not know they are in IABs or what IABs are.

Goals (Optional)

Users can easily download from websites without broken functionality from IAB.

Proposed Solution

Some ideas

If others have ideas how to make this a seamless experience for web devs + users I'm all ears!

Currently I have to detect IAB with inapp-spy and then redirect with an intent link in Android or give user directions for iOS since no default url schema exists (but a Safari one does).