oakes / Nightlight

An embedded editor for Clojure
https://sekao.net/nightlight/
The Unlicense
788 stars 35 forks source link

Safari support #19

Closed danielytics closed 7 years ago

danielytics commented 7 years ago

Currently nightlights REPL and instarepl don't work in safari (and therefore won't work on iOS).

The REPL doesn't correctly add newlines after evaluating an expression. The instarepl doesn't update (you can toggle it off and back on to get the evaluation, but its not exactly "instant" then)

oakes commented 7 years ago

Hmm it looks like it only is broken in mobile safari. It looks like the REPL works fine in desktop safari. Still trying to investigate the cause.

danielytics commented 7 years ago

@oakes Thank you so much for looking into this! Let me know if there's anything I can do to help.

oakes commented 7 years ago

Fixed! I pushed the fix to Nightcoders.net as well so please try it again on your iPad and let me know if anything is still not working.

danielytics commented 7 years ago

I can confirm that it works on iPad! Thanks very much. 💃