kthornbloom/Monthly

Events do not display on mobile

Furieux opened this issue · 1 comments

Hello everyone,
On mobile, I can't get the events displayed. As well on the grid as on the list (when you click on the day).
On computer everything works perfectly, also when I try with the mobile emulation of my browsers.

I've finally resolved the problem
I had to refer to the xml file so : xmlUrl: '../docs/events.xml',
and not : xmlUrl: 'www.atenas.be/docs/events.xml',
But I don't understand why... Does anyone know ?