Start xwalk in fullscreen mode 49/29349/1 accepted/tizen_3.0_ivi accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0_ivi accepted/tizen/common/20141028.111651 accepted/tizen/ivi/20141107.024443 submit/tizen/20141027.152224 submit/tizen_mobile/20141120.000000 tizen_3.0_ivi_release
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 24 Oct 2014 15:12:25 +0000 (18:12 +0300)
committerAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 24 Oct 2014 15:18:33 +0000 (18:18 +0300)
Otherwise xwalk opens the window in random positions that are often mostly off-screen

Change-Id: Ifd8296101a6f131954e3a588f0fa4dc454f77aa3

packaging/signonui-efl.spec

index 1b1080e..2c0e65b 100644 (file)
@@ -41,7 +41,7 @@ autoreconf -f -i --with-ewebkit2
 %build
 CFLAGS="$CFLAGS -DTIZEN" %configure \
 %if %{_use_browser} == 1
- --enable-browser-cmd=/usr/bin/xwalk-launcher
+ --enable-browser-cmd="/usr/bin/xwalk-launcher -f"
 %else
  --with-ewebkit2
 %endif