-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DatePicker Not working after iOS14 upgrade #292
Comments
@rahulchaube did you manage to find a solution? I'm experiencing the same thing |
Just found a fork that's solved the issue: |
works for me |
@mrstennett |
If I remember correctly, I think I did You might also need to remove the original first. |
@mrstennett |
Hi my ionic project is a capacitor project. So I installed the fork using npm i https://github.com/AppsGanin/cordova-plugin-datepicker.git. However I still see the cancel and done box with date buttons inside it. When I click on the date inside this box it would then open the ios 14 date picker. It would not open the date picker directly when I click on the ion-button from where I called the datepicker.show(). I have uninstalled, removed and added several times. But still failed to make it work. |
Hi! I am developing an app with IONIC V3 and Cordova. I am using cordova-plugin-datepicker and everything go ok until I deploy my app with SDK iOS14. Since there date picker is different. How can I solve it? Thank you very much. |
You need to add Put this between |
After ios14 upgrade the datepicker is no longer working. Looks like iOS did something to make it's default datePicker supersede the existing datepicker in the application. Attaching screenshot. Can someone please help on this.
Regards,
Rahul
The text was updated successfully, but these errors were encountered: