davidb-wz opened a new issue, #1301: URL: https://github.com/apache/cordova-ios/issues/1301
# Bug Report ## Problem Safari Web Inspector doesn't show current iOS app launched in simulator ### What is expected to happen? Be able to use Safari web inspector to debug the app running in iOS Simulator by setting the "isInspectable" webview option to "true" in project configuration. ### What does actually happen? "No inspectable application" displayed instead of the running app in the Safari menu Don't know how/where to set the "isInspectable" webview option to "true" ## Information Was working fine until the last xcode update. Turns out that since iOS 16.4, the webview as to be marked as "inspectable" to enable the functionality of web inspection. See https://webkit.org/blog/13936/enabling-the-inspection-of-web-content-in-apps/ for detailed information. Also https://developer.apple.com/forums/thread/727049 in Apple developers forum ### Command or Code From xcode, run app in simulator From Safari, select the ‘Develop’ tab from the menu bar, then 'Simulator' ### Environment, Platform, Device Mac Mini, Mac OS Ventura, iOS 16.4 ### Version information xcode 14.3 Cordova Packages: cli: 11.1.0 common: 4.1.0 create: 4.1.0 lib: 11.1.0 common: 4.1.0 fetch: 3.1.0 serve: 4.0.1 Project Installed Platforms: ios: 6.2.0 Project Installed Plugins: @havesource/cordova-plugin-push: 4.0.0-dev.0 cordova-plugin-androidx-adapter: 1.1.3 cordova-plugin-device: 2.1.0 cordova-plugin-dialogs: 2.0.2 cordova-plugin-inappbrowser: 5.0.0 cordova-plugin-network-information: 3.0.0 cordova-plugin-statusbar: 3.0.0 Environment: OS: macOS Ventura 13.3 (22E252) (darwin 22.4.0) arm64 Node: v18.15.0 npm: 9.5.0 ios Environment: xcodebuild: Xcode 14.3 Build version 14E222b ## Checklist - [ x] I searched for existing GitHub issues - [ x] I updated all Cordova tooling to most recent version - [ x] 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]
