Android Webview initial zoom out

前端 未结 6 906
失恋的感觉
失恋的感觉 2021-02-07 00:58

I\'m using a webview in my android app, at the moment when the app is started the website is zoomed in quite a lot, i want it to be zoomed out to fit the width of the screen. I

6条回答
  •  执念已碎
    2021-02-07 01:09

    For Kit Kat and later devices you need to set the viewport meta tag in the headers of the HTML page loaded by your WebView in order to prevent the default zoom in behavior.

    
    

提交回复
热议问题