-
Notifications
You must be signed in to change notification settings - Fork 100
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
Refresh if URL is already open in browser #17
Comments
Thank you for raising this issue. I don't know how to do what you've asked so I'll mark this issue marked help wanted. |
Thanks. If I figure it out somehow, I’ll submit a PR. Hopefully someone else can beat me to it! ;-) |
I haven't looked through it yet, but Facebook's https://github.com/facebook/create-react-app/blob/master/packages/react-dev-utils/openBrowser.js |
i think @karlhepler lead is a good one. i also came across this issue: and i hope this can be solved by using specific browser commands (this might cover more use cases then just chromium on OSX) |
it appears that Facebook uses |
Currently, if
browser.OpenURL
is invoked multiple times, it will open multiple tabs in the web browser. I'd like to be able to maintain a single invocation, whereby the tab is refreshed if it's already open.The text was updated successfully, but these errors were encountered: