nativescript-community / ui-webview

Extended WebView which adds many options such as custom scheme handlers, JavaScript execution, URL capturing, and more.
Apache License 2.0
13 stars 7 forks source link

debugging webview on iOS 16.4 not working anymore #8

Closed ray007 closed 9 months ago

ray007 commented 1 year ago

Which platform(s) does your issue occur on?

Apparently a property inspectable needs to be set. See https://webkit.org/blog/13936/enabling-the-inspection-of-web-content-in-apps/ Found from https://developer.apple.com/forums/thread/727049

Seems like a good match for the debugMode property which is currently only for android.