Auto hide URL bar.
- Implement URLbar hide on onOffsetsForFullscreenChanged
notiication from the engine.
-Reverted
"Fix for disappearing title bar caused by copy/paste control"
Change-Id: I19860bd9356b2dc392539aa1e16819545e32de6d"
Change-Id: Ie8547e9a7ca7dfc892a94c5632a7fddddef58cc3
diff --git a/res/values/bools.xml b/res/values/bools.xml
index 9ff3010..e746563 100644
--- a/res/values/bools.xml
+++ b/res/values/bools.xml
@@ -15,6 +15,7 @@
<bool name="isTablet">false</bool>
<!-- hide the title bar -->
<bool name="hide_title">false</bool>
+ <bool name="hide_title_on_scroll">true</bool>
<bool name="hide_nav_buttons">true</bool>
<!-- Browser menu toggles -->
<bool name="menu_show_navigation">true</bool>