I would like to proportionally reduce the size of all the text in the WebView as simple as possible. I tried android:textSize="..."without success. Api Level 7.
android:textSize="..."
Try getSettings().setDefaultFontSize()or perhaps getSettings().setDefaultZoom()on WebView.
getSettings().setDefaultFontSize()
getSettings().setDefaultZoom()
WebView
Source: https://habr.com/ru/post/1745799/More articles:Альтернатива управлению WebBrowser в Windows CE - c#What are MKAnnotation and MKAnnotationView? - objective-cA different assembly name for each target platform - c #Tag List in stackoverflow - c #How to deploy ClickOnce.NET 3.5 application on a .NET 3.0 computer? - .netкакова точная разница между статическим классом PHP и классом singleton - phpRuby on Rails Admin panel and site analytics - what parameters - ruby-on-railsTesting PayPal Without Using Sandbox - phpObjective-C -Runtime Bug when assigning the Message superclass - objective-cHttpWebRequest to the SSL website on the server specified by IP address (WebProxy) - c #All Articles