twentytwenty
twentytwenty copied to clipboard
Causes Touch Event Problems on Mobile
Works great but when visiting the site I implemented it on a mobile device, the touch events seem to be messed up for the entire page. Clicking links of any kind take two taps as opposed to one and I was able to determine that the problem area is jquery.event.move.js
. When I remove that file, the touch events for the entire page work well, my navigation toggle is quick and responsive, all links take one click to activate, etc. But upon placing the file jquery.event.move.js
back in again, all of my touch targets get messed up again and require 2 quick taps to register.