Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Map iOS touches to Flutter view coordinate system (flutter#4425)
This change ensures that touches are mapped to the Flutter view co-ordinate system. In the case of a Flutter view that doesn't share the same origin and orientation as the screen co-ordinate system, touches were appled in the wrong location. This bug affected Flutter views whose origin was not the screen origin and Flutter apps running with the in-call status bar on iPhones other than the iPhone X.
- Loading branch information