hqho

Results 30 comments of hqho

Hi, I had the same problem. On Android, I had to download the image using filetransfer plugin and open with photoviewer.

@thavus Can you let me know which version you used please ?

@paullauyc Sorry for late reply. Could you resolve the problem ?

Hi, Do you use the latest version of @angular-material-components/datetime-picker and @angular-material-components/moment-adapter plz ? It is now v2.0.1. Make sure that you added NgxMatMomentModule instead of NgxMatNativeDateModule in your module. I've...

You imported MatDatepickerModule that can override the MAT_DATE_LOCALE. Can you try to remove MatDatepickerModule in your module, juste use NgxMatDatepickerModule? I will add a @Input to hide/show the time part...

@airasyaqub The version [@angular-material-components/datetime-picker v2.0.3](https://www.npmjs.com/package/@angular-material-components/datetime-picker) is now available. Can you check it out for your problem above please ?

@airasyaqub In latest version of datetime picker, you have a input @hideTime to hide the time so you would not need to use MatDatepickerModule. For the modules, I think that...

@ykk1991 Do you have any errors on F12 console ? Can you take a snapshot to show how the datepicker is shown ?

hi @oksbelysheva Yes, I will disable this feature. Thank you for your support.

@bladmoreno I see that you are using datetime-picker version 6.x with Angular 11. The version 6.x supports Angular 12. For Angular 11, can you use the datetime-picker version 5.x ?