I followed a tutorial to make calendar by Mevi from here
I made some changes to suit my own need. However, there remains two instances when the apps will totally crash
For example, today is the month of February 2021
Changing from February 2021 to March 2021 is fine. Changing from March 2021 to February 2021 is fine.
Changing from February 2021 to January 2021 is fine.
However, changing from January 2021 to February 2021 will cause the apps to crash
As the apps crashes, I can’t even use the debugger.
When using the WebApp version, everything works fine and there is no error detected from the Chrome console.
Similarly, if I have chosen a selected date in any of the month from the calendar, changing the month / year afterward will cause the apps to crash. And again this is fine when using the WebApp version
My Apps ID is 188030
Please do have a look. Is there anything that I can do to avoid the apps from keep on crashing?
I think there was a bug with January/February because the app did not take into account properly the fact that February only has 28 days. A fix for this was found by an user here.
Try that out, and if you still have problems, let me know and I’ll have another look!
Hmm sounds odd that it would specifically not work on mobile but would on web – have you tried debug logging / alerting / toasting / otherwise debugging at what stage something odd happens? Have you checked you’re using the same runtime version in web and mobile?
Hi! We have a newer version coming up, but I haven’t heard of a bug happening on page opening If you can get more information about the crash that would be useful, but otherwise test it when the next version comes out!