我添加了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>