to disable the zoom, because I want to use jQuery drag in WP7.5 IE.
But, it doesn't work. I can still zoom tiny bit. And because of this, all the drag is not registered. If you try jQuery Drag or jQueryMobile Slider, you will know what I mean.
I have searched for solution, but, still at lost, please advise. Thank you so much.
magicalclick
Member
54 Points
50 Posts
Windows Phone 7, IE9, ViewPort, unable to disable Zoom. (drag and drop related)
May 04, 2012 06:25 PM|LINK
Hi all
I have used this
<meta name="viewport" content="width=device-width,user-scalable=no;">
to disable the zoom, because I want to use jQuery drag in WP7.5 IE.
But, it doesn't work. I can still zoom tiny bit. And because of this, all the drag is not registered. If you try jQuery Drag or jQueryMobile Slider, you will know what I mean.
I have searched for solution, but, still at lost, please advise. Thank you so much.
roopeshreddy
All-Star
20277 Points
3349 Posts
Re: Windows Phone 7, IE9, ViewPort, unable to disable Zoom. (drag and drop related)
May 08, 2012 12:19 PM|LINK
Hi,
Yeah! I do observed that! I think Microsoft guys should check that! It works fine in Apple iPhone and Android browsers!
I will post if i found a solution!
Roopesh Reddy C
Roopesh's Space
magicalclick
Member
54 Points
50 Posts
Re: Windows Phone 7, IE9, ViewPort, unable to disable Zoom. (drag and drop related)
May 11, 2012 04:52 AM|LINK
Strangly it also doesn't work in iPad, including the position:fixed, iPad and WinPh7 both ended up with position:absolute@viewport.
roopeshreddy
All-Star
20277 Points
3349 Posts
Re: Windows Phone 7, IE9, ViewPort, unable to disable Zoom. (drag and drop related)
May 29, 2012 05:19 AM|LINK
Hi,
Zoom will be disabled perfectly in Apple iPhone/iPad devices!
https://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/Introduction/Introduction.html#//apple_ref/doc/uid/TP40002051
http://developer.apple.com/devcenter/safari/index.action
Hope it helps u...
Roopesh Reddy C
Roopesh's Space