You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using webviewx_plus on Flutter iOS (16.4+), the WebView does not appear in Safari's Develop menu, so I cannot inspect the DOM, console, or network.
Note: Opening the same URLs directly in the Safari browser works fine — the page is fully inspectable. This indicates the issue is specific to the WebViewX WKWebView.
Steps to Reproduce:
Connect the device to a Mac.
Open a web page using WebViewX on an iOS 16.4+ device or.
Open Safari → Develop menu → [Device Name].
Expected Behavior:
The WebViewX WKWebView should be inspectable in Safari’s Develop menu like a normal WKWebView.