mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Currently on Android we treat all touch events as scroll events. Servo is already capable of distinguishing between scroll-touches and regular touch events (see `on_touch_move` in `components/compositor/touch.rs`), so we should just be passing touch events through. Servo however does not natively support fling gestures, so we continue to use `GestureDetector` for that. |
||
---|---|---|
.. | ||
android | ||
arm32 | ||
arm64 | ||
linux/gstreamer | ||
magicleap | ||
rust-task_info | ||
windows |