Is it possible to open developer tools console in Chrome on Android phone?
You can do it using remote debugging, here is official documentation. Basic process:
- Connect your android device
- Select your device: More tools > Inspect devices
*
from dev tools on pc/mac. - Authorize on your mobile.
- Happy debugging!!
*
This is now "Remote devices".
When you don't have a PC on hand, you could use Eruda, which is devtools for mobile browsers https://github.com/liriliri/eruda
It is provided as embeddable javascript and also a bookmarklet (pasting bookmarklet in chrome removes the javascript: prefix, so you have to type it yourself)