microsoft metro - WinJS ScrollView Pinch Zoom not working -


winjs scrollview pinch zoom not working

this code :

<div id="container">        <img src="images/logo.png" />    </div> #container {     width:1000px;     height:600px;     overflow:scroll;     -ms-content-zooming:zoom;     -ms-content-zoom-limit-max:1000%;     -ms-content-zoom-limit-min:20%; } 


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -