katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
169 stars 101 forks source link

smartphone landscape mode #87

Open lxsoki opened 7 years ago

lxsoki commented 7 years ago

Hello

While using the datetime picker is there a way to display the time picker inline with the calendar while the device is locked in landscape mode?

Thank you! :)

katemihalikova commented 7 years ago

Hi, you mean something like this?

This is not yet possible. Do you want to make a PR? Or I can add it instead.

The height of the popup is 374px in this configuration so it wouldn't fit on a 360px screen though.. It would need some optimalizations.

lxsoki commented 7 years ago

Yes! Exactly like that :)

I've tried editing the regular date time picker but could not get to your result? Could you share it please ?

Thank you! :)

katemihalikova commented 7 years ago

For a quick fix you can wrap each part with <div class="col"> element and wrap the result with <div class="row"> element. It would need some improvements for general use though..