We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type: bug
Platform: ios 8 webview
I have a ion-view :
<ion-view view-title="战斗" can-swipe-back=false > <ion-content scroll="false" > <canvas style="min-height:100%;width:100%;" id="canvas" ></canvas> </ion-content>
In my contoller .
var canvas = document.getElementById("canvas"); canvas.addEventListener("touchmove",$scope.touchmove,false); canvas.addEventListener("touchstart",$scope.touchmove,false); canvas.addEventListener("touchend",$scope.touchmove,false); $scope.touchmove=function(){ console.log("YES") }
But , this doesn't work ,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type: bug
Platform: ios 8 webview
I have a ion-view :
In my contoller .
But , this doesn't work ,
The text was updated successfully, but these errors were encountered: