Estoy haciendo algunas pruebas sobre si es posible o no falsificar
// returns the ratio of the resolution in physical pixels to the resolution in CSS pixels window.devicePixelRatio // when this javascript code is run on a Pixel 4 window.devicePixelRatio == 2.75 // when this javascript code is run on a iPhone 8 window.devicePixelRatio == 2.00 ¿Es posible configurar WebView.getSettings() para cambiar este valor mediante programación?