-
joeldoHey there! Not sure if this is the right place to ask (as I don't have access to #mobile). I'm playing around with GeckoView for a digital signage application that runs on Android TVs. Everything is working nicely, but I can't seem to work out what setting is causing the geckoview to be zoomed in (about 200% by default). With Android Webview I needed to set 'setInitialScale(1.0)' to get around this. With GeckoView I have attempted adjusting the
-
joeldo'displayDensityOverride' in GeckoRuntimeSetting without any change - infact any float I put does not impact the view.