Check web app's view mode when exiting fullscreen 73/107873/2
authorSanjana Venkatachalam <sanjana.v@samsung.com>
Fri, 30 Dec 2016 09:21:29 +0000 (14:51 +0530)
committerjaekuk lee <juku1999@samsung.com>
Tue, 3 Jan 2017 13:55:45 +0000 (05:55 -0800)
commit5b72df93ded5c2f5dcbb8a1135ae9bc1937e0760
treef49cfba5ab5cd025a9b7c6e5cac51a05013c05a2
parent8b10d34491ddfcc7cf5fd3d75aa873e070c2ea7e
Check web app's view mode when exiting fullscreen

[Issue#]   PLM P161223-02573
[Problem]  Indicator is visible when user exits fullscreen after watching a video in
           Hotstar web app even if viewmodes="fullscreen" is mentioned in config.xml
[Cause]    When exit fullscreen callback is received, indicator is shown even if viewmode
           of webapp is fullscreen
[Solution] Indicator is not shown if viewmode of webapp is fullscreen

[Verification]
        1) Build and install crosswalk-tizen rpm
        2) Launch Hotstar webapp and play any video
        3) Open fullscreen mode and exit fullscreen
        4) Indicator should not be visible

Change-Id: Ic7452d3da8f7e53ef4768b3f8ed619504fbc208e
runtime/browser/native_window.cc
runtime/browser/native_window.h
runtime/browser/web_application.cc