dhutaryan / ngx-mat-timepicker

Material timepicker based on material design
https://dhutaryan.github.io/ngx-mat-timepicker/
MIT License
75 stars 8 forks source link

[Feature] TouchUi mode #98

Closed zutitziot4324332 closed 10 months ago

zutitziot4324332 commented 1 year ago

Angular material datepicker has "touchUi" property (see https://material.angular.io/components/datepicker/api). Will something similar be available here? Currently the modal window (openAs="dialog") looks tiny compared to the size of the entire page.

datepicker-touch timepicker-touch

dhutaryan commented 1 year ago

As I understand touchUi is used to make calendar more convenient for user on mobile devices. I checked timepicker on mobile devices and it looks good but maybe it will look better with bigger elements. I'll have a look what I can do.

dhutaryan commented 10 months ago

I added touchUi property and made some elements larger. Please, take a look at it in 17.2.0 version