Relative Content

Tag Archive for webviewelectronnavigation

Electron webview crashes after stopping navigation for the second time

Problem Currently I’m setting up an electron app with React and typescript. The idea is to load in my React PWA, in which it is possible to have links to external sources. I want to prevent my electron app from navigating to it, but instead open up the browser on the device itself. The problem […]