https://ionicframework.com/docs/api/components/scroll/Scroll/
所以我查看了文档,但我不了解如何使用离子滚动缩放功能。它对我不起作用。
我希望<ion-scroll>
中的div为pinch zoom
,以便您在下面的示例中看到的text contents
和img
被放大。< /强>
<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>
答案 0 :(得分:0)
我不确定他们会做什么。它们似乎已经设定,但在任何方法中都没有使用。
https://github.com/ionic-team/ionic/blob/master/src/components/scroll/scroll.ts