ion-datetime-picker
ion-datetime-picker copied to clipboard
smartphone landscape mode
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! :)
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.
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! :)
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..