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
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
system
Closed
5
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.