brunoPert opened a new issue #1054:
URL: https://github.com/apache/cordova-ios/issues/1054


   # Bug Report
   
   ## Problem
   I've already set all the required settings in order to disable zooming in my 
cordova app, but I'm still able to do it:
   
   
https://user-images.githubusercontent.com/49445815/103931669-71bc9900-50ff-11eb-8e4b-7d13435ba584.mp4
   
   I've tried so far:
   
   EnableViewportScale = true + <meta name="viewport" 
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, 
user-scalable=no" />
   
   handling touchmove event, with passive: false (which works), but it blocks 
app scrolling.
   
   ### What is expected to happen?
   App shouldn't zoom in.
   
   ### What does actually happen?
   App zooms in
   
   
   ### Environment, Platform, Device
   
   Device: iphone 8.
   ios: 14.3.
   
   ### Version information
   cordova-ios: 6.1.1.
   cordova: 10.
   Xcode: 12.3.
   
   ## Checklist
   
   - [x] I searched for existing GitHub issues
   - [x ] I updated all Cordova tooling to most recent version
   - [x ] I included all the necessary information above
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to