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/package.json | 2 +- recipes/skype/webview.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/skype') diff --git a/recipes/skype/package.json b/recipes/skype/package.json index 9727a06..9243300 100644 --- a/recipes/skype/package.json +++ b/recipes/skype/package.json @@ -1,7 +1,7 @@ { "id": "skype", "name": "Skype", - "version": "3.2.3", + "version": "3.2.4", "license": "MIT", "config": { "serviceURL": "https://web.skype.com/", 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