10-05-2009 10:07 AM
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.
10-05-2009 03:25 PM
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.