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

后端 未结 10 1508
南笙
南笙 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条回答
  •  猫巷女王i
    2021-02-05 21:49

    I messed around with this alot.

    You have to have different solutions for different screen sizes and phones, done serverside.

    This works for a HTC desire for instance:

    
    
    
    

    This is for an iphone:

    
    

提交回复
热议问题