ion-datetime-picker icon indicating copy to clipboard operation
ion-datetime-picker copied to clipboard

smartphone landscape mode

Open lxsoki opened this issue 8 years ago • 3 comments

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! :)

lxsoki avatar Dec 07 '16 13:12 lxsoki

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.

katemihalikova avatar Dec 07 '16 14:12 katemihalikova

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! :)

lxsoki avatar Dec 07 '16 15:12 lxsoki

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..

katemihalikova avatar Dec 08 '16 09:12 katemihalikova