Modify using a fullscreen in config.xml(viewmodes), indicator was not seen 00/103600/2 accepted/tizen/3.0/common/20161209.161124 accepted/tizen/3.0/ivi/20161209.104416 accepted/tizen/3.0/mobile/20161209.104320 accepted/tizen/3.0/tv/20161209.104340 accepted/tizen/3.0/wearable/20161209.104357 accepted/tizen/common/20170207.120651 accepted/tizen/ivi/20170208.103225 accepted/tizen/mobile/20170208.103207 accepted/tizen/tv/20170208.103215 accepted/tizen/unified/20170309.034910 accepted/tizen/wearable/20170208.103220 submit/tizen/20170207.103109 submit/tizen_3.0/20161209.030218 submit/tizen_unified/20170308.100411
authormin7.choi <min7.choi@samsung.com>
Fri, 9 Dec 2016 02:14:36 +0000 (11:14 +0900)
committermin7.choi <min7.choi@samsung.com>
Fri, 9 Dec 2016 02:29:06 +0000 (11:29 +0900)
Change-Id: I44cb9df7d4831501820edd0afd1985754d8c7b1e
Signed-off-by: min7.choi <min7.choi@samsung.com>
runtime/browser/web_application.cc

index e3b33b4..6a58733 100755 (executable)
@@ -364,6 +364,11 @@ bool WebApplication::Initialize() {
         app_data_->widget_info()->default_locale());
   }
 
+  if (app_data_->widget_info() != NULL &&
+        app_data_->widget_info()->view_modes() == "fullscreen") {
+      window_->FullScreen(true);
+  }
+
   if (app_data_->csp_info() != NULL || app_data_->csp_report_info() != NULL ||
       app_data_->allowed_navigation_info() != NULL) {
     security_model_version_ = 2;