DateTimePicker
DateTimePicker copied to clipboard
prevent keyboard on mobile devices
Hi Nehakadam Thanks for the plugin. It's sleek and beautiful. I am sorry about my english! there is no issue, when I use this plugin on mobile devices (Iphone safari), I found keyboard pop up,but I did not need it, and cause the wronging position,so I want to know how to prevent keyboard pop up。 and by the way,I am a chinese boy! thanks!
I found a solution ,using the follow code: beforeShow : function(param){ $(param).blur(); }