Closed Pablo24680 closed 2 months ago
How do you even open an html file on iOS? I can't seem to do it, even when I try to open it from an attachment in the mail app.
I'll close this issue since we need more info to find out what's going on. If more info comes up, we can reopen it.
I have created a map with Folium in Python. Chrome opens the map correctly. But Safari just shows the page in blank and the map is not displayed. The problem persists after removing markers and other elements with pop ups.
I sent the html file via email and via whatsapp to lot of Iphone users.
I am not an expert in html neither CSS or JavaScript.
This is the most simple version of the script in Python:
z = folium.Map() z.save("Map with nothing.html")
This is the html file created: