Does not work on Android WebView
See original GitHub issueConsole | About WevView |
---|---|
![]() |
![]() |
Feature detection from datalist-polyfill.js file:
19 // Feature detection - let's break here, if it's even already supported
20 if (
21 'list' in dcmnt.createElement('input') &&
22 Boolean(dcmnt.createElement('datalist') && window.HTMLDataListElement)
23 ) {
24 return false;
25 }
Also tested on WebView-based app on real devices:
- Google Pixel 2
- Google Pixel
- Google Pixel XL
- Moto G4 Play
- Moto G3
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Here's how to fix those mysterious Android WebView crashes
To use WatfordHert's method, go to the main Android Settings menu, then tap "Apps & Notifications" (just "Applications" on some phones). Find ...
Read more >Android WebView not loading URL - Stack Overflow
The simplest solution is to go to your XML layout containing your webview. Change your android:layout_width and android: ...
Read more >Fix: Chrome and Android System Webview is not getting ...
Open the Google play store app. In the search bar and search for the Android System Webview app. Search Android System WebView result ......
Read more >Android 8.0 Known Issue: WebView issue on work profile
Android devices with work profiles running Android Oreo (Android 8.0) may be affected by the following known issue. Fully managed devices remain unaffected....
Read more >How to fix Android System WebView won't update issue?
Fix #3: Clear the Android System Webview Cache And Data. · Open Settings app. · Tap Apps. · Tap the Filter button and...
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 Free
Top 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
Hmm, this is interesting 🤔 Ideally, we shouldn’t need to check the UA, we should either detect the feature and do nothing, or not detect the feature and polyfill. It’s strange that it’s not behaving properly.
For what it’s worth:
reference
@mfranzke, I did not report any issue to Google’s bug tracking system, but I found this one: https://bugs.chromium.org/p/chromium/issues/detail?id=242455