I am trying to adapt and port an old project to PhoneGap.
So far, the project works properly under Android browsers but it doesn\'t with PhoneGap since it doesn\'t a
Try
or If you add the following lines to your onCreate() method:
WebSettings settings = this.appView.getSettings(); settings.setSupportZoom(true); settings.setBuiltInZoomControls(true);
or try using iScroll 4 (http://cubiq.org/iscroll-4) Pinch / Zoom