Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting the picker to render on iOS #8

Open
rgustavsson opened this issue Dec 8, 2020 · 1 comment
Open

Not getting the picker to render on iOS #8

rgustavsson opened this issue Dec 8, 2020 · 1 comment

Comments

@rgustavsson
Copy link

rgustavsson commented Dec 8, 2020

I've been looking for an inline datepicker plugin quite a while and was happy to find this one 馃憤

I am working in an ionic 5 / cordova 9 environment and when I included this plugin in my iOS build I ran into exceptions due to that the type UIDatePickerMode was deprecated.
I changed it to UIDatePicker.Mode in DatePicker.swift and CDVDatePicker.swift. The build now worked fine.

Now when I test your sample code the create function returns an ID (and I see it in the DOM) but I can't get the date picker to show up. No exceptions anywhere..

I'd be happy to debug it further and possibly contribute with improvements. I am a fullstack engineer but swift is new to me so if you have any pointers that can lead me in the right direction then I'd be very happy.

I am running my tests on an iPhone 8, iOS 14.2

@rgustavsson
Copy link
Author

@mihriminaz Is this something that you'd be able to help me with? I'd be happy to pay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant