Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pankaj21c

macrumors newbie
Original poster
Apr 15, 2009
14
0
Hi,
I am developing an application in which i just need to display a web page to
view that is created using asp. I am able to display the web page but it displays in very small size and once i double click on webview is resizes to the actual size so what i need is what is happening after double clicking it should be automatically fit to the actual webview size.

Thanks
 
You can use:
Code:
<meta name="apple-mobile-web-app-capable" content="yes" />

OR

Code:
<meta name="viewport" content="width = 320" />
<meta name="viewport" content="width=device-width" />
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.