Skip to content
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

storage doesn't persist for shiny app launched from RStudio #10

Open
xhdong-umd opened this issue Feb 28, 2017 · 0 comments
Open

storage doesn't persist for shiny app launched from RStudio #10

xhdong-umd opened this issue Feb 28, 2017 · 0 comments

Comments

@xhdong-umd
Copy link

If I launch the app from RStudio directly

  • run in console
  • run app toolbar button
  • 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant