Links inside an MacOS Electron app, which uses Bot...
# 💻developers
s
Links inside an MacOS Electron app, which uses Botpress as iframe, the links does not open in browser, but its own rich editor. This is a bug for botpress , I am using Action carousel card link to be specific.
Copy code
When 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