I have an ICS file ('text/calendar' MIME type) stored on my server.
In JavaScript I call:
window.open("/path/to/file.ics");
It works on all browsers, even on Safari on my iPhone. But when I try on Chrome (the iPhone version) nothing happens. Nothing downloads. There are no errors on the screen―nothing.
Maybe someone has been there before and has some suggestions.
Thanks in advance!