zoom in phonegap for android

后端 未结 3 558
我寻月下人不归
我寻月下人不归 2020-12-11 03:08

How do I enable zoom on my phonegap app for android users?

I tried to customize \"Sample/src/com/phonegap/Sample/Sample.java\" but it still just doesn\'t work:

3条回答
  •  無奈伤痛
    2020-12-11 03:46

    Erks answer didn't worked for me (thought I wanted only to scale, no pinch zooming).

    But this worked: How to change PhoneGap's screen size?


    EDIT: It was long time ago since I played with this, so I will just copy-paste answer (just in case if for some reason stackoverflow decides to remove that link as stated in comment).

    I found a way to do that. I already had tried by using a meta viewport, but I guess I don't put everything that is necessary.

    Just put this meta tag below and everything should be fine.

    
    

提交回复
热议问题