You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am binding the option-click and this does not seem to be firing in mobile browsers (safari and chrome tested). Code works as expected in standard browsers and is shown below.
$("select#myselect").bind({
"option-click": function () {
// Nothing here gets called
}
});
The text was updated successfully, but these errors were encountered:
Thanks for the donation, much appreciated. I just released SelectBoxIt v3.6.0, which will trigger an option-click event handler for mobile devices after a change event. I must use this hacky workaround in mobile browsers because SelectBoxIt uses the native select menu for mobile/tablet devices. Hope this helps!
I am binding the option-click and this does not seem to be firing in mobile browsers (safari and chrome tested). Code works as expected in standard browsers and is shown below.
$("select#myselect").bind({
"option-click": function () {
// Nothing here gets called
}
});
The text was updated successfully, but these errors were encountered: