Having issues with chromium with constant communication with the internet when running my app in kiosk mode.
Has anyone come across the issue of stopping the chromium browser for communicating out to the internet, from the network traffic can see its consuming 3G data as were using it in kiosk mode running on raspberry Pi to run an app.
I have Tried adding the flag in my script to call to chromium --disable-component-update but that doesn't seem to make a difference
seem to be calling update.googleapi.com and storage.googleapi.com as well, need to do this in script and not directly in the browser.