I have built chromium based on chromium.org. Now I need to modify the UI. I need to hide(remove) the address bar and also I need to disable the right click option. Could you please suggest (explain) which file I need to edit in-order to do this tasks.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
I'm not on my Ubuntu system right now, so I can't check it, but you should be able to run chromium in Kiosk mode. It's a command-line switch "--kiosk". This will disable the address bar for you. For your reference, here's a full list of Chromium command line switches To get rid of context menus, use JavaScript on the page to capture the right-click (mouse button 2) and then simply ignore the input. |
|||||||
|