Skip to content
New issue

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

Add support for touch events on Android #22229

Merged
merged 1 commit into from Nov 21, 2018
Merged

Commits on Nov 21, 2018

  1. Add support for touch events on Android

    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.
    Manishearth committed Nov 21, 2018
You can’t perform that action at this time.