-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.0
-
None
-
-
01d25533b (dev), 23fd2cfb0 (dev), 1bf44cc71 (6.9), 141f06113 (6.9), e9943b145 (6.8), 90e76ade6 (6.8)
When testing the gallery example on Android (Samsung Galaxy S6), it looks like the touch events are emitted with wrong position, as if the origin used for calculating the position of the touch events does not match the origin of the application.
To reproduce:
- Run gallery example on Samsung Galaxy S6
- Tap on buttons on screen or tap in text edit
Expected:
- Buttons, text edit box, and other widgets respond
Actual
- Buttons, text edits and other widgets do not respond, or buttons further down on the screen respond
Note that with S-pen, buttons respond correctly.