Ale0430 / MiniBuoy-App

Its another app
GNU General Public License v3.0
0 stars 0 forks source link

Link to handbook #57

Open Ale0430 opened 1 month ago

Ale0430 commented 1 month ago

current code to access The Mino Buoy Handbook: onclick = "window.open('https://cailadd90.github.io/MiniBuoyHandbook/', '_blank')" Opens a new blank R window instead of the handbook on a web browser.

The fix: onclick = "location.href='https://cailadd90.github.io/MiniBuoyHandbook/'"

was suggested back in November but not implemented- not sure if it's not working across users

can we find a fix that is consistently working across users?, window.open is not working for every one

Ale0430 commented 1 month ago

Handbook opens fine on "window.open(......") for mac Monterey, R version 4.1.2

Still not working on Windows, R V 4.3.3 (not sure if the issue is the windows or the R version- or both).