When I change the display size in settings, webvie...
# android
p
When I change the display size in settings, webview in my app gets affected. Is there anyway to force the default display density on webview?
😶 4
a
I think that is more about the meta viewport parameters in your HTML file/page. See https://developpaper.com/analysis-of-html5-meta-viewport-parameters/
p
Thanks. Will check