离子2离子滚动变焦div

时间:2017-12-19 19:46:18

标签: html ionic-framework ionic2

https://ionicframework.com/docs/api/components/scroll/Scroll/

所以我查看了文档,但我不了解如何使用离子滚动缩放功能。它对我不起作用。

我希望<ion-scroll>中的div为pinch zoom,以便您在下面的示例中看到的text contentsimg被放大。< /强>

<ion-content padding>
    <ion-scroll
        zoom="true"
             scrollX="true"
             scrollY="true"
             maxZoom="15"
             style="height:100%;width:100%;">

<div>text contents here</div>
<div><img src /> </div>

    </ion-scroll>
</ion-content>

1 个答案:

答案 0 :(得分:0)

我不确定他们会做什么。它们似乎已经设定,但在任何方法中都没有使用。

https://github.com/ionic-team/ionic/blob/master/src/components/scroll/scroll.ts