-
Notifications
You must be signed in to change notification settings - Fork 0
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
Safari is not showing the R code entries #1
Comments
Re the question I posted on Mastodon:
When I view the WebR window in this slide: https://rud.is/w/2023-nyr-webr/#/section-2 on a Mac Book Air M1 with Safari Version 16.4.1, nothing shows in the code window. With Chrome Version 114.0.5735.198 (Official Build) (arm64) and with Firefox 115.0.2 (64-bit), the WebR window in the slide works fine. |
Ran into the same Safari issue previously when trying out WebR chunks in a Quarto book (https://danieleweeks.github.io/HuGen2071/webR_test.html), but thought maybe that was because GitHub.io might not yet allow Cross-Origin-Resource-Policy headers. But it also doesn't work at https://hugen2071.netlify.app/webr_test where I think I have implemented the headers correctly. The code for the example "WebR - R in the web browser" chapter is simple (https://github.com/DanielEWeeks/HuGen2071/blob/main/webR_test.qmd):
|
Using chrome I can see a white R code window with
sessionInfo()
and any R code I type and then I can run the code.
Using safari, although I get the green bullet with ready!, there is nothing showing in the code window.
Using firefox it works fine, just like with chrome..
The text was updated successfully, but these errors were encountered: