[Webkit-unassigned] [Bug 145814] [Mobile Safari, WKWebView] increase DeviceOrientationEvent events emission frequency.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 10 15:54:41 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145814

Benjamin Poulain <benjamin at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benjamin at webkit.org

--- Comment #4 from Benjamin Poulain <benjamin at webkit.org> ---
(In reply to comment #2)
> Created attachment 254683 [details]
> Increased sensor firing update frequency.
> 
> Can we increase the frequency further? My ideal would be 100 Hz
> (kMotionUpdateInterval = 0.01).

Can you explain a bit why it is important to have 100 Hz? The framerate is intentionally capped to 60 Hz on iOS.

For input events like touch or mouse, I understand why native apps use 120hz. The intermediate value can be used when drawing. For device orientation, I do not know why that's important.

Note that the iOS Gyro does support 100 Hz. My concern about sending many events is pages tend to perform an order of magnitude worse than the worse native app.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150610/720cd5aa/attachment-0001.html>


More information about the webkit-unassigned mailing list