Show window after launch for remote URL 58/105058/1 submit/tizen_3.0/20161215.082844
authorjaekuk, lee <juku1999@samsung.com>
Thu, 15 Dec 2016 08:25:39 +0000 (17:25 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Thu, 15 Dec 2016 08:25:39 +0000 (17:25 +0900)
Change-Id: I05af606e60fdafc3f109da953e266301c61cb5ad
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
runtime/browser/web_application.cc

index 59b8611..fbf2817 100755 (executable)
@@ -444,6 +444,14 @@ void WebApplication::Launch(std::unique_ptr<common::AppControl> appcontrol) {
   }
 
   launched_ = true;
+
+#ifdef PROFILE_MOBILE
+  if (!common::utils::StartsWith(view->GetUrl(), kFileScheme)) {
+    LOGGER(DEBUG) << "Show window after launch for remote URL";
+    window_->Show();
+    window_->Active();
+  }
+#endif  // PROFILE_MOBILE
 }
 
 void WebApplication::AppControl(