Revert android touch position changes

This commit is contained in:
Jackson Harper 2022-12-20 11:33:01 +08:00
parent 6a94fb4aa7
commit 63b01ca2e6

View file

@ -275,8 +275,8 @@ export function HighlightsLayer(props: HighlightsLayerProps): JSX.Element {
}
const tapAttributes = {
tapX: event.clientX,
tapY: event.clientY,
tapX: event.screenX,
tapY: event.screenY,
}
window?.AndroidWebKitMessenger?.handleIdentifiableMessage(