hammerjs / hammer.js

A javascript library for multi-touch gestures :// You can touch this

Home Page:http://hammerjs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safari Cursor Issue

matteodem opened this issue · comments

On Latest Safari if i drag the cursor changes to a text selector instead of grabbing.

How can this be fixed?

Can this be prioritized or at least have some feedback on what alternatives exist?

Disabling text selection (https://stackoverflow.com/q/3779534) <div id="#touchthis" unselectable="on" onselectstart="return false;"></div> worked for me.