Reputation: 177
hi i'm making a ionic app, and it includes cordova plugin like camera-preview and geolocation.
So I want to debug my app in iphone(device) not an emulator.
I have searched about this problem, but I didn't find specific guidelines about it. This is my first time making ionic app.
Are there any pages dealing with this problem? Please give me some advices
Upvotes: 0
Views: 642
Reputation: 1207
You can use Safari -> Web Inspector to debug your iOS ionic app.
Follow the below link for more details.
http://legacy.docs.ionic.io/docs/safari-inspector
Hope this helps :)
Upvotes: 1