04-06-2009 09:37 AM
Hi,
I am currently developing a webpage through the Blackberry Bold and was wondering if it was possible to disable zooming in and out of the browser through coding in Classic ASP. It really messes up the alignment of the page itself. If this cannot be done then is there any way to do this through coding at all.
04-06-2009 09:55 AM
I'm not aware of any way to directly disable zooming, but you can use the HandheldFriendly meta tag to instruct the browser that your page is designed for a mobile device. You can also set the Viewport size the browser uses to render pages in page mode.
http://supportforums.blackberry.com/rim/board/mess
04-06-2009 10:02 AM
Thanks for the reply jwargo I am aware of that code but I thought maybe we could disable the zooming feature in the browser.
Thanks anyways.
04-06-2009 11:04 AM - edited 04-06-2009 11:04 AM
04-06-2009 11:12 AM