Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ionic-team/ionic-framework
/ handleTouchEnd
Function
handleTouchEnd
core/src/utils/gesture/pointer-events.ts:66–71 ·
view source on GitHub ↗
(ev: any)
Source
from the content-addressed store, hash-verified
64
};
65
66
const
handleTouchEnd = (ev: any) => {
67
stopTouch();
68
if
(pointerUp) {
69
pointerUp(ev);
70
}
71
};
72
73
const
handleMouseUp = (ev: any) => {
74
stopMouse();
Callers
nothing calls this directly
Calls
2
stopTouch
Function · 0.85
pointerUp
Function · 0.70
Tested by
no test coverage detected