How to diagnose errors in Ionic View?

I have an existing app (ionic v1) that works when built for Android/iOS and through Ionic Serve but does not display in Ionic View. I don’t get any errors, but it just shows a white screen.

Is there any way at all to diagnose errors inside Ionic View? I’m totally puzzled as to how to make this work.

Did you remote debug the problem on the device already?
Follow these instructions here to debug the problem in Safari dev tools:
https://ionic.zone/debug/remote-debug-your-app#ios
Follow these instructions here to debug the problem in Chrome dev tools:
https://ionic.zone/debug/remote-debug-your-app#android
Look at the console and network tabs for errors.

Thank you very much for the quick response! I did try to use the Chrome inspector and it doesn’t seem to show the Ionic View app. I can use the Chrome Inspector just fine when I build the app and deploy manually to my device. Should I be able to see Ionic View in the chrome inspector? Thanks!

Good question. Might be because it’s a release - and not a debug - app this won’t work. Sorry.