Is there a way to disable the zoom feature on input fields in webview?

后端 未结 10 1410
南笙
南笙 2021-02-05 21:18

When a user clicks in an input field or textarea, the application zooms in. Is there a simple way to disable it?

Currently have the meta tag:

meta name=\         


        
10条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-05 21:39

    Here is how I solved that:

    On all my pages I have:

    
    
    
    
    

    On the pages with input fields, I have:

    
    
    

    So, I don't benefit from hdpi on the forms, but at least it does not zoom in

提交回复
热议问题