Closed FanningHau closed 10 months ago
Here the same issue on IOS 16.3.1
Still "No debuggable apps found." in iOS 16.4.1. I really want to pay for this software, but I won't until I can get it to work.
it's not linked to the software but to a change in ios. https://developer.apple.com/forums/thread/727049
So if Inspect is unable to work around this, the app is effectively useless now?
That's what it sounds like, "it's not us, it's iOS", so it's useless.
On Tue, May 2, 2023 at 7:48 AM Jordan Day @.***> wrote:
So if Inspect is unable to work around this, the app is effectively useless now?
— Reply to this email directly, view it on GitHub https://github.com/inspectdev/inspect-issues/issues/168#issuecomment-1531511351, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNQJ4JXS4447TFIPNVD36TXEEGB3ANCNFSM6AAAAAAVLWA4SU . You are receiving this because you commented.Message ID: @.***>
guys i'm just a client like you and it work just read the issue in apple website and do the fix it's necessary to do in your app it's 5 sec 😂
Cool, so webView will always be instantiated? If I'm trying to inspect on windows can I just include the following in JavaScript?: const webView = {inspectable: true}; // ignore wrong names for now
On Tue, May 2, 2023 at 9:03 AM Martin DONADIEU @.***> wrote:
guys i'm just a client like you and it work just read the issue in apple website and do the fix it's necessary to do in your app it's 5 sec 😂
— Reply to this email directly, view it on GitHub https://github.com/inspectdev/inspect-issues/issues/168#issuecomment-1531639283, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNQJ4IFI7KBIR7GI3EFRQ3XEEO25ANCNFSM6AAAAAAVLWA4SU . You are receiving this because you commented.Message ID: @.***>
do the fix it's necessary to do in your app it's 5 sec
And if it's a PWA you are trying to debug? What's the fix for that?
i use capacitor for cordova you can check the issue here: https://github.com/apache/cordova-ios/issues/1301
Hi everyone,
Kenneth here from Inspect. I do apologize the late response here.
We have looked into this and regular PWA debugging continues to work on iOS 14.6.1 with Inspect, but for apps that are wrapping
Inspect relies on the APIs and drivers provided by Apple, and this is an iOS-level change that apps needs to adopt to.
We hope this change in iOS also makes it possible for Inspect to debug browsers like Google Chrome, but we don't know yet.
Thank you.
We have looked into this and regular PWA debugging continues to work on iOS 14.6.1 with Inspect, but for apps that are wrapping content in a native shell, you indeed need to make them inspectable by following the guide provided by Apple: https://webkit.org/blog/13936/enabling-the-inspection-of-web-content-in-apps/
I suppose that depends on your definition of "debugging". In iOS 16.4.1, I am unable to inspect elements of a PWA. All I can do is see and work with the service worker.
Validated that the PWA https://starbucks.com is debuggable on iOS 17 after being saved to the home screen. Closing.
I am debugging a Cordova app on an iPhone which is iPhone 6Plus iOS 14.3. It's working well. But I change the phone which is iPhone 14 Pro iOS 16.2 and open my Cordova app, it shows "No debuggalbe app found". Btw when I open the safari on iPhone 14Pro, it shows something. Any ideas?