Dave
Dave

Reputation: 108

How do you disable pinch/zoom in the web browser on wp7

With all other browsers you add the meta tag:

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no;"> 

to disable pinch to zoom, but this does not work on wp7.

Does anyone know how to disable pinch to zoom on wp7?

Thanks,

Dave

Upvotes: 0

Views: 2083

Answers (2)

Joel
Joel

Reputation: 309

I think you need this. Which shows the tips of using webbrowser in windows phone. Here is the link: http://msdn.microsoft.com/zh-cn/library/3031e22a-e7ac-4d1e-b9e5-a627ac63f307

Upvotes: 0

Madushan
Madushan

Reputation: 7458

long story short, check this link

Note the tiny font?

*Note: In the initial release, IE Mobile for Windows Phone 7 does not support initial-scale, maximum-scale, or minimum-scale.

Also check this other question from StackOverflow

Upvotes: 1

Related Questions