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

SDA-4177 Windows tel/sms protocols bugfix + macOS protocols registration delegated to Electron #1895

Merged
merged 2 commits into from
Jul 17, 2023

Conversation

sbenmoussati
Copy link
Contributor

Description

Sometimes either tel or sms protocols are not available by default on a Windows machine. This PR will create them by default.

on macOS, we delegate protocol registrations (tel and sms protocols to be handled by our app) to Electron as is relies on LSSetDefaultHandlerForURLScheme function: https://github.com/electron/electron/blob/626f46f75a848cf9641ae40f0c82aa1a81d64e64/shell/browser/browser_mac.mm#L226

@sbenmoussati sbenmoussati merged commit 893d288 into finos:main Jul 17, 2023
5 of 6 checks passed
NguyenTranHoangSym pushed a commit to NguyenTranHoangSym/SymphonyElectron that referenced this pull request Sep 5, 2023
…ion delegated to Electron (finos#1895)

* Adding protocol in classes

* macOS default protocol apply instantly bugfix
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

Successfully merging this pull request may close these issues.

None yet

2 participants