Skip to content

Commit

Permalink
JDF-635 Disable zooming on device gesture for Cordova app
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetReynolds committed Mar 5, 2014
1 parent aca4b76 commit 06ffc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main/webapp/mobileapp.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Ticket Monster</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>

<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="resources/js/libs/modernizr-2.6.2.min.js"></script>
Expand Down

0 comments on commit 06ffc33

Please sign in to comment.