On Android phones, to set the initial page zoom level and disable the user controlled zoom, add the following code.
meta name=”viewport” content=”width=device-width; initial-scale=1.3; minimum-scale=1.3; maximum-scale=1.3;”/. Ensure that the scale have a min value of 1.3
For iPhone, add this code
meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;”/
Sounds like at iPhone and Android will be the leading mobile web platforms going forward.
October Worldwide Smartphone OS web requests:
iPhone 50% (43% in April)
Symbian [...]
If you want to buy an Apple iPhone in Bangalore, I strongly urge you buy directly from Airtel or Vodafone as iStore Bangalore on MG road wont service your iphone, replace parts etc., Their customer service sucks and they give a crappy bill which completely fades out in 3 months time(they wouldn’t issue a [...]
High Level Xcode patterns
The intent of this post is to document the high level steps involved in coding an Cocoa app, in a way that is easy for me to remember.
Application Behavior : On launch, load an URL (starting with http://) into a Web View. Clicking on Back and Forward buttons available on top [...]