Closed
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.