Bar chart tapping/clicking doesnt work on mobile devices

0
Hi, I'm currently working on a bar chart (Mendix default one). The bar chart tapping works normally on PC browser. However, it doesn't work on mobile devices. Tapping on the bar doesn't even display the hover highlight. How can I fix this ? Thank you !
asked
1 answers
0

These are errors that I got from the console.

Unable to preventDefault inside passive event listener due to target being treated as passive.
[Intervention] Ignored attempt to cancel a touchend event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

 

answered