Hide the window object during termination of webapp 81/110181/4
authorYoungcheol Kang <ychul.kang@samsung.com>
Fri, 13 Jan 2017 07:07:21 +0000 (16:07 +0900)
committerYoungcheol Kang <ychul.kang@samsung.com>
Wed, 18 Jan 2017 06:23:03 +0000 (15:23 +0900)
commit915e46768613e6c1f1033b8e31efa73f343bee27
treead2018b3046546f8fd0b923ffa5dcdeb6c21096e
parentd7b1a1caa77d6a1d56089a01e6b0930472bcfaec
Hide the window object during termination of webapp

This white screen is shown because the webview is deleted and
window object remains. This patch fixes this issue using
evas_object_hide() API for preventing the white screen issue
during the termination of web application.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-2790

Change-Id: Ie697d4285d957ccc830518e78d3135c3770801c2
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
runtime/browser/web_application.cc