inspectdev / inspect-issues

Issue tracker for Inspect
23 stars 2 forks source link

Can we inspect Ionic applications on iPhones? #214

Open matheo opened 3 days ago

matheo commented 3 days ago

I wonder if it's possible to inspect an Hybrid App built with Ionic running in an iPhone. like I'm able to do it in Android with ADB and chrome://inspect in my Linux laptop.

It seems it's possible with a Mac via Safari: https://ionicframework.com/docs/troubleshooting/debugging#ios-and-safari

This is the feature I need to pay a paid plan. Thanks in advance!

auchenberg commented 2 days ago

Depends on whether the Ionic app is running its webview with debugging enabled. If enabled, Inspect should detect it automatically. This works for both our free and paid plan.

See https://docs.inspect.dev/guides/ios-webviews#enabling-the-inspection-of-web-content-in-apps

matheo commented 1 day ago

I'm going to test this week and report back here, thanks for the resources!