To test an ionic app I tried these options:
- ionic serve
In the local browser get errors “cross-origin HTTP” and plugins do not work - Build and run the apk in an emulator (android)
I have no console browser to view runtime errors.
What other forms of testing with debug exist? Any way to solve the problems mentioned above?
Thank you for your help.