Project

General

Profile

Bug #309

Updated by Soren Stoutner almost 5 years ago

Android has an odd bug that can be triggered as follows. 

 1.    Enable full screen browsing mode while hiding the system bars. 
 2.    Double-tap to hide hid the system bars. 
 3.    Begin watching a video. 
 4.    Enter full-screen video mode. 
 5.    Exit full-screen video mode. 
 6.    While still in full screen browsing mode, enter settings. 
 7.    Disable full screen browsing mode in setting. 
 8.    Return to the main web view.    The navigation bar will still be hidden. 

 Somehow, exiting full screen video mode confuses the system in some undocumented way.

Back