Streamlit_folium pop-ups not working on Safari

Hi,

I’m using streamlit_folium 0.13.0 and my map markers are configured with a popup:

folium.Marker(
    latitude, longitude,
    icon=folium.Icon(icon=icon, prefix='fa', color=color),
    popup='marker popup text').add_to(cluster)

The popup is being rendered in Chrome but not on Safari

  1. Try to upgrade your browser and dependences.
  2. Check your Browser settings.
  3. Check your JavaScript console.

My Safari is up-to-date and JavaScript enabled. I honestly don’t have any idea what other setting could prevent this.

It is possible to replicate the issue by accessing with Safari this demo: https://folium.streamlit.app/simple_popup

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.