-
-
Notifications
You must be signed in to change notification settings - Fork 201
Can I open to browser currently open? #316
adrianoresende
started this conversation in
General
-
Example:
The default is Safari, but if I close Safari and open Chrome, I want the Mail open to the browser currently, it means that it must open Chrome and don't Safari.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
I had this working before v4 using
defaultBrowser: ["Firefox", "Google Chrome"], // Use browsers that are open, in this order
but in V4 I get an error that it can't be an array.
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
You can use finicky.isAppRunning(...) to check for currently open applications.
See this comment for an example that replicates the earlier feature
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment