I can debug my Cordova app on an Android Samsung phone using Chrome -> 'chrome://inspect/#devices'
This page also shows my Oculus Quest and the Cordova app running in it.
But pressing 'Inspect' gets me a 'HTTP/1.1 404 Not Found'
How can I debug my Cordova app on Oculus Quest?
The problem I am having is that the app I am running uses three.js code, which runs fine on Samsung, but seems to fail on Quest. Debugging might help to find the problem.