From 601366766e3651482d87a8977ddb7b1049773e6f Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Fri, 2 Sep 2016 17:20:49 -0300 Subject: [PATCH] Allow popups in Webviews Fixes #247 Fixes #193 --- app/ux/WebView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ux/WebView.js b/app/ux/WebView.js index 2ce7666d..38044e87 100644 --- a/app/ux/WebView.js +++ b/app/ux/WebView.js @@ -45,6 +45,7 @@ Ext.define('Rambox.ux.WebView',{ ,plugins: 'true' ,allowtransparency: 'on' ,autosize: 'on' + ,allowpopups: 'on' ,blinkfeatures: 'ApplicationCache,GlobalCacheStorage' ,useragent: me.type === 'skype' ? 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586' : '' // Used to enable video and audio calls in Skype }