react-native-webview-messaging
react-native-webview-messaging copied to clipboard
cant debug. missing setWebContentsDebuggingEnabled(true) method
supposedly the default WebView has setWebContentsDebuggingEnabled so that you can debug the webview. but using this webview you can't. Is there a way to debug the webview that's not this one?
@bidah AFAIK debugging of webview is already available without any additional manipulations. But anyway this is a good point, there is should be a way to call methods of native webview