Comment 1 for bug 1471181

Revision history for this message
Olivier Tilloy (osomon) wrote :

I just did some tests on a touch device, and it appears the position is expressed in device-independent pixels. One needs to multiply the coordinates by document.defaultView.devicePixelRatio to obtain a value in physical pixels.