Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marker popup not working in Safari #140

Closed
espogian opened this issue Aug 30, 2023 · 5 comments
Closed

Marker popup not working in Safari #140

espogian opened this issue Aug 30, 2023 · 5 comments

Comments

@espogian
Copy link

Hi, using streamlit_folium 0.13 and Safari 16.6, I'm unable to show the content of a marker popup on the map. The issue is easily reproducible by clicking on the markers in this demo page: https://folium.streamlit.app/simple_popup

@espogian
Copy link
Author

I want also to add the the issue is not present with the plain folium library: https://python-visualization.github.io/folium/quickstart.html

@randyzwitch
Copy link
Owner

Can you see if there is any messages in the developer tab in Safari to hint at what the issue might be? It's working in Chrome, so hopefully Safari will tell us what it doesn't like

@randyzwitch
Copy link
Owner

Looks like this might be a duplicate to #61

@espogian
Copy link
Author

espogian commented Sep 1, 2023

I do not see any relevant in Safari logs apparently. The reason why I've opened another issue is that #61 mentions that the issue is not occurring using an inline explicit popup, while for me this is not working. Oddly enough, the issue seems to be present for simple (marker) popups only, for example GeoJson popups are working: https://folium.streamlit.app/geojson_popup

@randyzwitch
Copy link
Owner

Closing, as I'm guessing/hoping that 0.20.0 fixes this by including all the relevant JS libraries. If that is not the case, please let me know and I'll re-open this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants