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

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -