Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Contributor
tr00don
Posts: 24
Registered: 04-20-2011
Accepted Solution

Prevent app screen pan, zoom?

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.

Please use plain text.
Trusted Contributor
SumiGhosh
Posts: 181
Registered: 09-20-2011
My Carrier: Developer

Re: Prevent app screen pan, zoom?

add to your meta tag with initial-scale=1.0, user-scalable=no

 

 

<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
Please use plain text.