[Webkit-unassigned] [Bug 252685] no logs for PWA

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 09:07:03 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252685

--- Comment #3 from Patrick Angle <pangle at apple.com> ---
(In reply to M from comment #2)
> I am experiencing a related issue logging/debugging with a Cordova app. I
> did a fresh re-install via Xcode-Beta (14.3) onto an iPhone 13 running 16.4
> Beta 1. The app no longer shows up in my Development tab under the device in
> Safari Technology Preview 16.4.
> 
> If I open Safari on the iOS device, any websites I have on-screen appear for
> debugging in STP but development apps do not. This is a new regression as it
> works fine in previous Safari/iOS versions.

Apps building against iOS 16.4 or later should explicitly enable inspection of content they wish to inspect by setting `inspectable` to `YES` on their JSContext or WKWebView (https://developer.apple.com/documentation/webkit/wkwebview/4111163-inspectable/). This replaces the previous behavior where content was always inspectable in debug-entitled builds, and never inspectable in release builds by allow you to control when content is inspectable.

For further issues regarding apps and the use of `inspectable`, please file separate feedback instead of commenting on existing feedback for an unrelated issue, that way we can correctly track all feedback and make sure we don't miss anything. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230222/65743f05/attachment.htm>


More information about the webkit-unassigned mailing list