Has anyone else noticed that the sample rate for touch events has dropped to 
800ms since the last iOS SDK update? I have tested with both Qt-5.8.0 and 
Qt-dev and it’s happening on my iPhone as well as iPad pro.

I read somewhere that you have to update the view in order to get the sample 
rate to increase back to the usual 60Hz. Maybe this is intended to save battery 
life? I’m not even sure if I’m right.

Also not sure how to make a workaround. This problem doesn’t occur for example 
when dragging a QGraphicsItem around, maybe because that uses mouse events? It 
does happen when I listen to QEvent::TouchMove, for example doing finger-based 
painting which now only creates broad, jagged lines with a 1.1Hz sampling 
frequency.

I hope a whole bunch of released Qt apps didn’t just break!

-P

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to