breautek commented on issue #1301:
URL: https://github.com/apache/cordova-ios/issues/1301#issuecomment-1499093908

   It's an intended change from Apple, starting with iOS 16.4, any builds using 
the 16.4 SDK the webview is no longer inspectable by default and needs the flag.
   
   If I recall Apple notes correctly, llder devices are inspectable if the 
build is in debug mode, or builds with an older iOS SDK are inspectable while 
in debug mode (iOS 16.4 devices will use old behaviour logic if the app was 
built with an older SDK)
   
   The flag will be exposed in 7.0.0 release of cordova-ios via a preference 
(currently in the PR https://github.com/apache/cordova-ios/pull/1300)
   
   In the meantime, building with an older IOS SDK or using an older iOS 
version should yield inspectable webviews. Alternatively, for testing purposes, 
you can use the #1300 fork to get access to the `InspectableWebview` 
preference. I would not recommend releasing an app to production however with 
the fork, or any development version of cordova-ios.


-- 
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]

Reply via email to