addPointer method
This is the only event that we managed to switch scrolling to web content
Implementation
@override
void addPointer(PointerEvent event) {
startTrackingPointer(
event.pointer); //Allow handleEvent() to handle the logic.
}
This is the only event that we managed to switch scrolling to web content
@override
void addPointer(PointerEvent event) {
startTrackingPointer(
event.pointer); //Allow handleEvent() to handle the logic.
}