I want to run the Point of Sale in full screen in the android version of Chromium.
On desktop I can achieve this by typing
document.body.webkitRequestFullScreen();
in the js console.
I'd like to make it happen automatically, whenever I start the POS in Chromium.
I've tried inserting lines into the source code of the point_of_sale addon with no success.