mudcube/Event.js

None of the demos are working on iPad IOS6 or Android ICS

Closed this issue · 1 comments

Hi,

Looks like a great libray, only issue is I cannot get any of the demos to work on iPad iOS 6 or Android ICS.

Any ideas?

Sorry about that, I made a change earlier and blindly committed to the repo. The issue was that the options to modify the selectors were turned off by default, so switched them to true:

root.modifyEventListener = true;
root.modifySelectors = true;

Also, polished up the demos for mobile devices (disabling elastic scroll, and better viewport)

Cheers!