From 1e1f9ecc53121749bc99a46bb5aecca51325836f Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Wed, 8 Dec 2021 23:40:09 +0530 Subject: chore: use 'nativeWindowOpen' to see if this resolves issues with opening browser window on clicking links (#786) (based on https://github.com/TheGoddessInari/hamsket/commit/27226145f7ac0c5acf7aa13e6c8b26687b4e1013\) --- recipes/skype/webview.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/skype/webview.js') diff --git a/recipes/skype/webview.js b/recipes/skype/webview.js index 7c07ee1..1947ddb 100644 --- a/recipes/skype/webview.js +++ b/recipes/skype/webview.js @@ -48,7 +48,8 @@ module.exports = (Ferdi, settings) => { height: window.innerHeight, minWidth: 600, webPreferences: { - partition: `persist:service-${settings.id}` + partition: `persist:service-${settings.id}`, + nativeWindowOpen: true, // TODO: Aren't these needed here? // contextIsolation: false, // enableRemoteModule: true, -- cgit v1.2.3-70-g09d2