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:
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.