// Macintosh webkit browsers like change events, but non-macintosh webkit browsers don't.
applyto.delegate('change', this.process_changes, 'select.' + CSS.AUTOSUBMIT, this);
}
- if (Y.UA.ios) {
- // IOS doesn't trigger click events because it's touch-based.
+ if (Y.UA.touchEnabled) {
+ // IOS and Android trigger touch events.
applyto.delegate('change', this.process_changes, 'select.' + CSS.AUTOSUBMIT, this);
}
}