Skip to content

Investigate onPerformClick and onTouchEvent in both FlutterViews #29686

@matthew-carroll

Description

@matthew-carroll

The engine Android linter is complaining that we have implemented onTouchEvent() but not performClick(). This relationship needs to be investigated and we either need to implement what is expected, or update the linter rules to avoid blocking PRs on this check.

https://developer.android.com/reference/android/view/View#onTouchEvent(android.view.MotionEvent)

https://developer.android.com/reference/android/view/View.html#performClick()

CC @gspencergoog

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)engineflutter/engine related. See also e: labels.platform-androidAndroid applications specificallyteam-androidOwned by Android platform teamtriaged-androidTriaged by Android platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions