-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appsf: gesturesflutter/packages/flutter/gestures repository.flutter/packages/flutter/gestures repository.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyteam-macosOwned by the macOS platform teamOwned by the macOS platform teamtriaged-macosTriaged by the macOS platform teamTriaged by the macOS platform team
Description
Steps to reproduce
- Build and run webview plugin's example on macOS.
- Tap on the 3 dots menu on top right corner
- Tap on empty region on the header, the menu got dismissed successfully
- Tap on the 3 dots menu again
- Tap on the webview region, the menu is not dismissed successfully. Also the web-view itself is tappable.
This means that platform view receives the touches even when the touch should have been blocked. We may have to do something similar on iOS (use a "delaying recognizer" to block or release the touches).
Expected results
See above
Actual results
See above
Code sample
NA
Screenshots or Video
Logs
No response
Flutter Doctor output
NA
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appsf: gesturesflutter/packages/flutter/gestures repository.flutter/packages/flutter/gestures repository.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyteam-macosOwned by the macOS platform teamOwned by the macOS platform teamtriaged-macosTriaged by the macOS platform teamTriaged by the macOS platform team