AceCentre / pasco

Phrase Auditory Scanning COmmunicator - AAC App for iOS and the Web
https://app.pasco.chat
GNU General Public License v3.0
14 stars 6 forks source link

wheel-mode with-fake-scroll replace evt.pageX/Y with window.scrollX/Y #175

Closed hosseinzoda closed 5 years ago

hosseinzoda commented 5 years ago

iOS's scroll event doesn't have evt.pageX or pageY. And since global variables window.scrollX/Y is available. I just did substitute them with the global variable related to it.