I'm trying to get a Cordova (= webview) app showing in the Chrome inspector remote devices, but it's not working.
It seems everything is OK with the developer options, since:
- The phone is detected by the Chrome tool, but the tool says "No browsers detected" when my app is running on the phone ;
- If I launch a browser on my phone, then the tool allows me to inspect it.
My coworker has the exact same phone (OnePlus One) and it works for him (he can inspect when the app is running). The difference is his phone is rooted.
We tried my phone on his PC and his phone on my PC: it didn't work with my phone but it worked with his.
We tried another phone, it didn't work on any PC.
I checked this: Chrome inspect devices not showing device but it doesn't change anything.
I checked this: Chrome Inspect Device not showing android app but since it's a webapp with Cordova, I'm not sure I'm suppose to do something like that, plus it works for my cowoker with the same app so it would be strange if I need to do this but not him.