02-21-2012 10:58 PM
Is there a way to prevent the app screen pan & zoom, e.g., when touch-scrolling in a textarea? I noticed this behavior is not apparent in the Playbook browser. Thanks.
Solved! Go to Solution.
02-22-2012 03:54 AM
add to your meta tag with initial-scale=1.0, user-scalable=no
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />