Skip to content

Synthesize gesture events in hybrid mode on Android #58837

Closed
@blasten

Description

@blasten

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 regressiona: platform-viewsEmbedding Android/iOS views in Flutter appscustomer: productengineflutter/engine repository. See also e: labels.platform-androidAndroid applications specifically

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions