我使用离子2,我想知道如何从离子菜单中删除拖动功能?
发布于 2016-01-28 07:37:50
this.app.getComponent('leftMenu').isSwipeEnabled = false;
发布于 2016-01-28 05:16:59
发布于 2016-06-28 00:21:54
在离子2β9中,您可以在html中添加[swipeEnabled]="false"
。
<ion-menu [swipeEnabled]="false">
</ion-menu>
https://stackoverflow.com/questions/35060721
复制相似问题