On showing popup when window isn't shown yet, and WRT receives
subsequent Resume() call, the displayed popup vanishes leaving
a black screen. This change ensures popup is shown along with
the window.
Change-Id: I0838e18ab7b3102787b5593f6cfd53ad32ff827a
Signed-off-by: Surya Kumar <surya.kumar7@samsung.com>
console.log('WebApplication : showInspectorGuide');
this.showInspectorGuide = () => { }; // call once
+ if (!this.webApplication.mainWindow.isVisible()) {
+ console.log('Force showing window for RWI');
+ this.webApplication.show();
+ }
const message = `${this.webApplication.debugPort.toString()}
Fast RWI is used, [about:blank] is loaded fist instead of
[${this.inspectorSrc}]