I want to do some debugging on my cordova app because of a few not working plugins. Therefore it would be helpful to run the app using the cordova command directly not meteor run ...
I’ve tried
cd .meteor\local\cordova-build
cordova -d run --device
The app is deployed to my device but all I’ve got is a white screen. Any parameters or something I’ve missed?