[VD]Show window for preload app in deeplink scenario
[platform/framework/web/wrtjs.git] / wrt_app / src / tv / web_application_tv.ts
index ca8a5d0..65e7499 100644 (file)
@@ -231,6 +231,9 @@ Then you can get profile log from the initial loading.`;
       this.webApplication.sendAppControlEvent();
       return false;
     } else {
+      if (!this.webApplication.mainWindow.isVisible())
+        this.webApplication.show();
+
       let skipReload = appControl.getData('SkipReload');
       if (skipReload == 'Yes') {
         console.log('skipping reload');