Merge "[DA] Show native window in app-control." into tizen accepted/tizen/unified/20201102.124300 submit/tizen/20201030.030917 submit/tizen/20201030.045231 submit/tizen/20201030.160009
authorKyungYoun Won <ky99.won@samsung.com>
Fri, 30 Oct 2020 01:25:36 +0000 (01:25 +0000)
committerGerrit Code Review <gerrit@review>
Fri, 30 Oct 2020 01:25:36 +0000 (01:25 +0000)
wrt_app/src/runtime.ts

index 0f81a53..928d595 100644 (file)
@@ -114,6 +114,9 @@ class Runtime {
           }
           this.webApplication.mainWindow.loadURL(src);
           this.webApplication.prelaunch(src);
+          if (wrt.da) {
+            this.webApplication.show();
+          }
         } else {
           console.log('Handling app-control event');
           if (this.webApplication.preloadStatus == 'readyToShow') {