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

Consider adding launch.browser option to improve user experience #53

Open
3 tasks done
kartikeyakirar opened this issue Feb 29, 2024 · 1 comment
Open
3 tasks done
Assignees
Labels
core discussion enhancement New feature or request good first issue Good for newcomers

Comments

@kartikeyakirar
Copy link

Feature description

DO you think adding options = list("launch.browser" = TRUE) to running the apps could be beneficial. Alternatively, usingrunApp(app, launch.browser = TRUE)instead of shinyApp() in all the package vignettes could improve the user experience by automatically opening the app in the browser, making it more accessible.

following the discussion form here

As this task needs to be applied to all packages.

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.
@donyunardi
Copy link
Collaborator

Alternatively, using runApp(app, launch.browser = TRUE) instead of shinyApp()

We used to do runApp() in our example but then user are still using runApp for deployment which causing issue. This is when we made a decision to replace all of our examples from runApp with shinyApp. I don't believe it's wise to go back to runApp again.

I personally don't feel that we need to do this but I'm open to hear other opinion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core discussion enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants