[WRT] Fix wrt settings for desktop 10/155410/3
authorSanghyup Lee <sh53.lee@samsung.com>
Fri, 13 Oct 2017 06:04:11 +0000 (15:04 +0900)
committerSanghyup Lee <sh53.lee@samsung.com>
Wed, 18 Oct 2017 08:11:06 +0000 (08:11 +0000)
Set WEB_WINDOW_TAG as false to fix white screen issue because
currently <webview> tag isn't supported.
Plus, This patch sets DESKTOP_BROWSER_WINDOW_OPTIONS::fullscreen
as false.

Change-Id: Ifa9a56f0c891a2aadb8c4afece17e99f6b6effb7
Signed-off-by: Sanghyup Lee <sh53.lee@samsung.com>
wrt/src/default_value.js

index 35ec230..3964f36 100644 (file)
@@ -13,13 +13,13 @@ define({
     },
     RULE: {
         CHILD_PROCESS_SPAWN: false,
-        WEB_WINDOW_TAG: true
+        WEB_WINDOW_TAG: false
     },
     LAUNCHER: {
         NAME: 'launcher'
     },
     DESKTOP_BROWSER_WINDOW_OPTIONS: {
-        fullscreen: true,
+        fullscreen: false,
         show: false,
         'web-preferences': {
             'direct-write': true,