I call Mobiscroll as follows:
$(joInputField).scroller({
width: 60,
wheels: wheels, // wheels variable has been defined above
headerText: false, // false for production!
onSelect: function(){ // event fired by BOTH set and cancel
var stDate = '';
var rawDate = $(joInputField).scroller('getValue');
// a bunch more code
This setup of Mobiscroll works fine in both Firefox 17 and IE9. However, it fails utterly in Chrome 23. In Chrome, I even get a page refresh when I click om the input field to pop up Mobiscroller.
The click events are attached as should be, so I am thinking it is not something in my HTML page that upsets Chrome. Also, I am not getting any errors in the console.
I just upgraded Mobiscroll from 1.5 to 2.3.1 This does not make any difference. Still fails in Chrome, and works like a charm in FF & IE.
Anyone have a hunch?