11.0.5
Fix: iOS experience ๐
We have released a fix for scrolling and clicking on iOS ๐ฑ#1401 (#1396 #1367). A big thanks to @gavrichards and @jimmybillings for their help troubleshooting this one.
This area is a minefield to get right with issues in webkit as well as firefox.
Additionally, our force press logic for touchpad input types was not working due to a recent safari behaviour change. Touchpad input types on MacOS are now always respected and shouldRespectForcePress is not consulted. If a force press occurs then a drag will be cancelled. We needed to make this change due to a limitation in the current event system. We have managed to get working correctly for touchpad input devices in our upcoming event system as it gives us a bit more flexibility.