steep-bird-24487
10/03/2023, 6:28 AMWhen you have an iframe in Electron, clicking links inside it usually won't open in the default web browser by default. Electron runs its own Chromium instance, and that's where the clicks are trying to resolve.
To solve this issue, you can catch the navigation events and open them in the user's default web browser. You can do this by listening to the will-navigate or new-window event on the webContents of your Electron BrowserWindow.
@bumpy-butcher-41910 @crooked-van-25152 @some-baker-90541 @colossal-activity-12523