You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or even run from github with runGitHub("trestletech/shinyStore", subdir = "inst/examples/01-persist")
The storage didn't persist to next launch of app.
If I launch the app, then open in browser, save some value, next time launch app, open in browser, the value is saved.
I think it's beause RStudio in mac just used safari for running shiny app, but the launch mode used is a little bit special so no local storage was saved.
Since running from RStudio is a common usage, is it possible to change this behavior?
The text was updated successfully, but these errors were encountered:
If I launch the app from RStudio directly
runGitHub("trestletech/shinyStore", subdir = "inst/examples/01-persist")
The storage didn't persist to next launch of app.
If I launch the app, then open in browser, save some value, next time launch app, open in browser, the value is saved.
I think it's beause RStudio in mac just used safari for running shiny app, but the launch mode used is a little bit special so no local storage was saved.
Since running from RStudio is a common usage, is it possible to change this behavior?
The text was updated successfully, but these errors were encountered: