I have a Chrome application that experiences issues only when being run in kiosk mode. Is there any way to connect a debugger or enable the inspector for Kiosk-mode applications?
Go to chrome://inspect#devices . Make sure that the Discover USB devices checkbox is enabled. Connect your Android device directly to your development machine using a USB cable. Your Android device may ask you to confirm that you trust this computer.
If you run Chrome with the --remote-debugging-port=9222
option it will provide access to DevTools at http://localhost:9222/
. If you need to access it from a different computer you can forward the port with ssh.
Source: http://blog.chromium.org/2011/05/remote-debugging-with-chrome-developer.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With