react-rotation
react-rotation copied to clipboard
preventDefault in touchEnd function breaks Safari video player
Listener for 'mouseup' should be updated not to prevent default event behaviour.
document.addEventListener('mouseup', this.touchEnd, false) + event.preventDefault() causes issues in Safari browser
https://github.com/andrepolischuk/react-rotation/pull/24