daviesdoclc opened a new issue, #1321: URL: https://github.com/apache/cordova-ios/issues/1321
# Bug Report ## Problem The WKWebView is no longer debuggable on iOS 16.4+ even with the fix in cordova-ios 6.3.0 (https://github.com/apache/cordova-ios/pull/1300). ### What is expected to happen? I should be able to connect to the WKWebView via Desktop Safari when building my app in debug mode. ### What does actually happen? The WKWebView does not show up in the Developer Tools under my device. My Capacitor app in the same environment is debuggable. ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> Running ```cordova run ios --device --debug``` Tried adding ```<preference name="InspectableWebview" value="true"/>``` to config.xml and still no luck. I am using the standard WKWebView. ### Command or Code <!-- What command or code is needed to reproduce the problem? --> See above ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> cordova-ios ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> iOS 16.4.1, MacOS 13.3.1, Safari 16.4, cordova-ios 6.3.0, cordova 11.1.0 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ ] I searched for existing GitHub issues - [ ] I updated all Cordova tooling to most recent version - [ ] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
