For some reason, src/mixins/ScrolState.js defines events in the old pre-IE8 format (global event object). WebKit accepts this format, but other browsers may not. Since there's really no reason to support IE6 for a hybrid phone app, events should follow the W3C standard, where the event object is passed as a function argument.
For some reason, src/mixins/ScrolState.js defines events in the old pre-IE8 format (global event object). WebKit accepts this format, but other browsers may not. Since there's really no reason to support IE6 for a hybrid phone app, events should follow the W3C standard, where the event object is passed as a function argument.