Erkan Arslan
Erkan Arslan
@marcaparent It is not related to that. That momentjs method gets start of day, week etc. for a given date. In my case, datepicker ui shows sunday as the first...
I have the same problem. Here timezone is UTC+3. Also, another important problem is that if you choose 00:00, 01:00 or 02:00 in the picture below, it will change day...
Yes, version 1.0.18 fixes the problem
I have this problem too. Also error and cancel callbacks are sometimes not called as well.
Filepicker is used in many places in my app. Because of that I put it into a service. I cannot do that.
@kriefsacha I tried that and it works. Instead of creating a new filepicker instance each time, I created one instance and used it for all operations.
My application's navigation wasn't working as well. I spent 5 hours to just discover this bug. This should be fixed.
I have the same problem too. Edit: In my project, I have excluded some files from mobile app by putting an `exclude` array into `tsconfig.tns.json` file. I noticed that removing...
@andrewshortall Did you try my suggestion above? Does it solve your problem?
The problem is I listen to selectedTab event and navigate to related page based on that event. However, bottom navigation is not the only place a user can navigate to...