From aff991b31362704ef872ea8a8098d7f49de9213d Mon Sep 17 00:00:00 2001 From: Sidd Srinivasan Date: Tue, 16 Jul 2019 09:02:21 -0700 Subject: [PATCH] Render Webview Summary: When Trace has been uploaded, load it inside a webview in Flipper. Reviewed By: habond Differential Revision: D16185763 fbshipit-source-id: 3217211f1d5035fc16d733ef48db44d8f8d9d360 --- static/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.js b/static/index.js index 36d65f405..b11457849 100644 --- a/static/index.js +++ b/static/index.js @@ -252,6 +252,7 @@ function tryCreateWindow() { scrollBounce: true, experimentalFeatures: true, nodeIntegration: true, + webviewTag: true, }, }); win.once('ready-to-show', () => win.show());