Mendix Calendar Client Error

0
Hi!   I'm using the calendar widget published by Mendix (version 1.0.15), and it works well locally. However, I got the following error when I tried it on my Mibile phone:   Client: Cannot read properties of undefined (reading 'getTime')   Does anyone have experience with a similar problem and know how to solve it?   Regards.
asked
3 answers
0

Hi Leandro,

Maybe because those methods are not defined for native , you can use below widget for mobile

https://marketplace.mendix.com/link/component/116200

 

Hope it helps!

answered
0

Although I downloaded the native calendar widget, it does not appear in my Add-ons (the only calendar that appears is the one I was using previously). Do I need to do anything else to enable it?

The caledar is still not working....

answered
0

Hi,

Since it is a widget for native apps , so it will work only on native pages

you can change current page layout to native then it will appear

image.png

answered