cordova-plugin-datepicker icon indicating copy to clipboard operation
cordova-plugin-datepicker copied to clipboard

Firing second time is not working on iphone 5s ios-9.3

Open aleximmauell opened this issue 8 years ago • 3 comments

Firing second time is not working on iphone 5s ios-9.3

aleximmauell avatar Aug 09 '16 04:08 aleximmauell

You need to add a blur event, the keyboard is triggered onclick

tonyneel923 avatar Aug 15 '16 13:08 tonyneel923

@tonyneel923 Added blur () still problem exist

aleximmauell avatar Aug 16 '16 05:08 aleximmauell

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.

dkellycollins avatar Dec 12 '16 19:12 dkellycollins