I’m using the AppFlow Vue demo tabs application.
I have been able to get Android Studio to launch my AppFlow app locally on a real device (hurrah ! but boo for the emulator there being fast as cold treacle).
I can connect Chrome’s debug tools to it (woo hoo !)
But all the source code is minified, so my debugging is restricted to log statements rather than breakpoints and proper inspecting.
So I’m trying ionic capacitor run android -l --external
But this displays a screen on my device saying “web page not available” because “net::ERR_CLEARTEXT_NOT_PERMITTED” instead of the app.
The host and IP work fine if I copy them from the error screen to FireFox on the device.