1

我添加了 ng-click,并在我的 Angular 应用程序的嵌入式 svg 中使用了 angular-touch。ng-click 在桌面上可以正常工作,但在 iPad 上不行。但是,我可以在 iPad 上左右滑动来调用我的点击处理程序。

有任何想法吗?

<rect id="path-9" x="0" y="0" width="174" height="30" rx="15" ng-click="showConfirm($event, 4)" ng-swipe-left="showConfirm($event, 4)" ng-swipe-right="showConfirm($event, 4)"></rect>
4

0 回答 0