capacitor-community / electron

Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Electron platform! 🖥️
https://capacitor-community.github.io/electron/
MIT License
318 stars 58 forks source link

Deeplink call fails to open the app on Windows 11 #204

Closed JuliusSkrisa closed 1 year ago

JuliusSkrisa commented 1 year ago

First of all thanks to all contributors for making this happen. Describe the bug Opening the app with deeplink on Windows 11 causes app to hang. The process of the app runs but the window is not visible/opened. Splash screen will show and then main window will fail to open somehow. The process is visible in the task manager.

To Reproduce Steps to reproduce the behavior:

  1. Install the electron capacitor app on Windows 11
  2. Open it first time normally
  3. Close it
  4. Try to open it with deeplink (link with protocol registered)

Expected behavior App should open and process the link information

Desktop:

Unfortunately for now I dont have Windows 11 available for development, we got this reported from QA team. Will try to investigate myself as soon as I update to Win 11

JuliusSkrisa commented 1 year ago

Closing no longer can reproduce on latest Windows 11.