WorldWideTelescope / wwt-web-client

The WorldWide Telescope web client lets you explore the universe in your browser.
https://worldwidetelescope.org/webclient/
MIT License
105 stars 35 forks source link

Mac/Safari can't add new slide #141

Open doctorspaceman opened 8 years ago

doctorspaceman commented 8 years ago

Can't add a new slide using Mac/Safari

doctorspaceman commented 8 years ago

For now, put a message that tour editing is best experienced in Chrome.

thewebkid commented 8 years ago

ok, I added if (navigator.userAgent.toLowerCase().indexOf('safari')>0) { alert('Editing Tours has known issues in Safari. For the best experience, please use Chrome.') }

doctorspaceman commented 8 years ago

Reopening this. This message comes up on Mac:Chome/Firefox and Windows:Edge/IE11. Also problem that it does up whenever you navigate to the tour (if you have ignored the message). If they ignore it you should not bring it up again. Same as #142.

thewebkid commented 5 years ago

I am able to add slides and save on Edge. Assigning to peter to assess Safari and triage