-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Closed
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appscustomer: productengineflutter/engine repository. See also e: labels.flutter/engine repository. See also e: labels.platform-androidAndroid applications specificallyAndroid applications specifically
Milestone
Description
This is required to forward events to an android.view.View
after the framework has decided that the platform view owns the events.
The logic used in virtual displays can be reused to achieve this behavior in hybrid mode. Currently, this involves sending a message over a platform channel to the framework with the event metadata, then the framework forwards the event back to the platform. Finally, the embedding replays the event in the target Android view.
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appscustomer: productengineflutter/engine repository. See also e: labels.flutter/engine repository. See also e: labels.platform-androidAndroid applications specificallyAndroid applications specifically