Scroll Windows phone图像缩放

Scroll Windows phone图像缩放,scroll,windows-phone,zooming,Scroll,Windows Phone,Zooming,我使用剑道移动应用程序在windows phone上缩放图像 源代码: <div data-role="view" data-zoom="true"> <div> <div data-role="scroller" id="zoomable-explanation" style="text-align: center;"> <p>The contents of this mobile view are zoomable

我使用剑道移动应用程序在windows phone上缩放图像

源代码:

 <div data-role="view" data-zoom="true">
   <div>
    <div data-role="scroller" id="zoomable-explanation" style="text-align: center;">
      <p>The contents of this mobile view are zoomable using pinch/zoom gestures.</p>
      <p>
        Open on a mobile device, which supports <i>multi-touch</i> gestures.
        <br/>(iOS 4+, Android 4+ and Windows Phone 8)
      </p>
    </div>
    <img src="images/ice.png" style="display: block;margin: auto;"/>
  </div>
</div>

 var app = new kendo.mobile.Application(document.body);

此移动视图的内容可以使用收缩/缩放手势进行缩放

在支持多点触控手势的移动设备上打开。
(iOS 4+、Android 4+和Windows Phone 8)

var app=new kendo.mobile.Application(document.body);
我可以缩放图像,但不能显示所有缩放图像