logisticinfotech / ionic4-datepicker

Ionic 4 Datepicker component
https://www.logisticinfotech.com/blog/ionic4-datepicker-component/
Other
77 stars 33 forks source link

styles are damaged #40

Closed EDcasa closed 5 years ago

EDcasa commented 5 years ago

Styles are damaged when running on an ios device with ionic 4 when selecting a year or month, everything goes to the top sss

chintan13 commented 5 years ago

In which simulator have you tried this? let me know version of os also.

EDcasa commented 5 years ago

Version: iOS 11.0 Simulator: iPhone 11

EDcasa commented 5 years ago

I have solved it by implementing the mode option in the modal creation mode: 'md', so it works correctly.

jjacobs33589 commented 4 years ago

I'm having this same problem on iOS. I'm using it as a directive as shown below. How do I set the mode to md when I'm using it as a directive instead of a component?

Screen Shot 2020-02-10 at 4 44 47 PM
EDcasa commented 4 years ago

Check this. Captura de pantalla de 2020-02-17 09-52-30

jjacobs33589 commented 4 years ago

That works! thank you!