From 0e69c8c800556b99ba1f47e12fd9d07f6543deea Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 21 May 2021 12:39:56 +0200 Subject: [PATCH] Fix opening an app link as popup loses it's opener when its origin app tab is not loaded --- api/js/framework/fw_base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/framework/fw_base.js b/api/js/framework/fw_base.js index 2cb02b6e1a..b38e0c2760 100644 --- a/api/js/framework/fw_base.js +++ b/api/js/framework/fw_base.js @@ -910,7 +910,7 @@ var fw_base = (function(){ "use strict"; return Class.extend( if (appEntry && appEntry.browser == null) { navigate = true; - framework.applicationTabNavigate(appEntry, 'about:blank'); + framework.applicationTabNavigate(appEntry, appEntry.indexUrl); } } else