question

seankudusi-5367 avatar image
0 Votes"
seankudusi-5367 asked ElevenYu-MSFT answered

Disable touch zoom usig html code

Hi,

I wanted to disable zooming the page in IE9 using html code. I have tried {-ms-content-zooming: none } it is working in IE11 but not IE9.

So i need a html code to disable the zooming using two fingers in IE9.

windows-10-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ElevenYu-MSFT avatar image
0 Votes"
ElevenYu-MSFT answered

Hi,

Have you also tried {-ms-touch-action: none}?

Please check if below options work for you.
https://supportcommunity.zebra.com/s/article/Disable-Internet-Explorer-Double-Tap-Zoom?language=en_US

Hope the information helps.

Thanks,
Eleven


If the Answer is helpful, please click "Accept Answer" and upvote it.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.