It would be a nice and informative feature for the sample app of the library to have a page that displays information about the currently installed WebView on the device.
I'm thinking about showing the following:
- Version
- Application ID / Package name
- WebView class name
- User agent (if possible to query)
Also maybe even the following can be somehow determined and shown (it can be a follow-up to the initial implementation):
- JavaScript Engine Support
- Safe Browsing status (supported, enabled/disabled)
Maybe it can also have a button to jump into the Developer options where the WebView implementation can be selected (only really useful on rooted devices).
It would be a nice and informative feature for the sample app of the library to have a page that displays information about the currently installed WebView on the device.
I'm thinking about showing the following:
Also maybe even the following can be somehow determined and shown (it can be a follow-up to the initial implementation):
Maybe it can also have a button to jump into the Developer options where the WebView implementation can be selected (only really useful on rooted devices).