I have built a chromium ContentShell for my android device as explained here:
https://code.google.com/p/chromium/wiki/AndroidBuildInstructions
I now want to use this ContentShell in fullscreen mode. I tried to add the flag kiosk as explained here:
http://www.chromium.org/developers/how-tos/run-chromium-with-flags
But it is not working. Is there a way to use kiosk mode on android with chromium or would you recommend another way to achieve what i want to have? (display of website in fullscreen without any address bar/menu and also no system ui bars)