Please add support for TWA WebView Fallback
See original GitHub issueWhen a user starts a Trusted Web Activity (TWA) based application, a browser that supports TWAs may not be available on the device. In those situations, the default implementation will fallback to opening the URL in a Custom Tab or the default browser, if a browser that supports Custom Tabs is not found. This approach may be undesirable as it breaks the full-screen experience for users.
I would therefore suggest you to please add an option to the CLI that allow user to enable WebView Fallback
with a single switch.
This could be based on https://github.com/GoogleChrome/android-browser-helper/tree/5a0accde2341108fcc7eb7d0b0e0d7ce45a29962/demos/twa-webview-fallback
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
Please add support for TWA WebView Fallback #105 - GitHub
The goal is to add the WebView fallback directly to android-browser-helper. The issue we're tracking this is here: GoogleChrome/android-browser- ...
Read more >Minimum Chrome version for TWA - options? - Stack Overflow
It's not possible to set a browser version requirement on the Play Console. Besides falling back to a WebView, or showing the application ......
Read more >Trusted Web Activities (or TWA) — A complete implementation ...
Soon I am going to write about “webview as a fallback”, “android shortcuts” and “app install tracking” that can be done in TWA...
Read more >Android Trusted Web Activities overview - Chrome Developers
Today, if the user's version of Chrome doesn't support Trusted Web activities, Chrome will fall back to a simple toolbar using a Custom...
Read more >Taking Chrome Full Screen with Trusted Web Activities ...
Although Android apps routinely include web content using a Chrome Custom Tab (CCT) or WebView, a TWA offers unique advantages when you need ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We havent’ published a version with the feature yet. Will publish it this week.
Work on more comprehensive docs will start soon.