I have created a new Ionic 3 project.
After running ionic cordova run android on my device and the app is running, I open my Android phone settings > “Date and time”, uncheck “Automatic date and time” and set my date backwards by 1.
When I go back to the app, all the buttons are not responsive anymore. I have a map as the background and it is still responsive.
I am running on Ionic 3.7.1
I have tried creating a blank project using ionic start MyIonicProject tutorial and still have the same issue. I have also tried running ionic cordova run android --prod but still the same issue.
Does anybody face this issue as well?