Welcome!

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
New Developer
dcsimmons
Posts: 23
Registered: ‎09-10-2009

How can I control the zoom level of a web form upon loading the form using asp..net

When my web form loads in a blackberry, it seems to be inconsistent as to what zoom level it will load at.  I have my form so that it fits the page, but when I load it, sometimes it is zoomed out and it doesnt' need to be.  How can I control it upon loading a form.

Please use plain text.
Developer
jwargo
Posts: 394
Registered: ‎12-18-2008
My Carrier: AT&T

Re: How can I control the zoom level of a web form upon loading the form using asp..net

You can specify the zoom level using the ViewPort meta tag:

 

 

<meta name = "viewport" content="width=800, height=600" />

 

Also take a look at the HandHeldFriendly meta tag.

 

Have you read through the Browser Content Developer guide? You'd probably find a lot of your answers there.

 

Please use plain text.