kiosk mode or fullscreen in chromium on android -


i have built chromium contentshell android device explained here:

https://code.google.com/p/chromium/wiki/androidbuildinstructions

i want use contentshell in fullscreen mode. tried add flag kiosk explained here:

http://www.chromium.org/developers/how-tos/run-chromium-with-flags

but not working. there way use kiosk mode on android chromium or recommend way achieve want have? (display of website in fullscreen without address bar/menu , no system ui bars)

to rid of system ui bars did this:

service call activity 42 s16 com.android.systemui 

as explained here: https://stackoverflow.com/a/19373504/3640770

then edited shell_view.xml , added linearlayout responsible toolbar:

android:visibility="gone" 

as explained here: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/6ssgxfpohqg


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -