scottjehl / iOS-Orientationchange-Fix

A fix for the iOS orientationchange zoom bug.
770 stars 115 forks source link

devicemotion doesn't fires while scrolling. #22

Closed saibayadon closed 9 years ago

saibayadon commented 12 years ago

So, we were bulding a new site that needs to be responsive and one of the requirementes was to have zoom. We used this script before so it seemed a good solution. But theres an issue (and i'm 99% sure it's not your fault):

When a user scrolls and rotates the device the devicemotion event doesn't fires, thus never disabling zoom. This also happens if you rotate it too fast.

Both of them are not really big issues but are something to have in mind.