cordova-plugin-datepicker
cordova-plugin-datepicker copied to clipboard
Firing second time is not working on iphone 5s ios-9.3
Firing second time is not working on iphone 5s ios-9.3
You need to add a blur event, the keyboard is triggered onclick
@tonyneel923 Added blur () still problem exist
Double check that date
is not null the second time you call show
. I had the same problem when I clicked cancel and tried to open the control a second time.