Pinch / Zoom viewfinder specification works on iPhone, but not on Android

I made a WordPress site some time ago from Sailing, xssailing.com, and currently the presentation port is set to:

<meta name="viewport" content="user-scalable=yes;width=device-width; initial-scale=0.31; maximum-scale=1.0;"/>

The site works fine on a computer, and I can pinch and zoom in on an iPhone / iPad. When I visit a site with my alive, I can’t pinch and scale, as I can, on other sites. Any ideas?

Thank!

+5
source share
1 answer

You are right, it does not scale. Tested on Nexus S with default browser.

Safari ( 960 , iPhone ). , minimum-scale. ( 2 3), :

<meta name="viewport" content="
user-scalable=yes;
width=device-width;
initial-scale=0.31; maximum-scale=1.0; minimum-scale=0.25"/>

, .


, - -. , !

+5

All Articles