react-native-webview-invoke icon indicating copy to clipboard operation
react-native-webview-invoke copied to clipboard

Unable to expose functions from web to Native

Open december1990 opened this issue 1 year ago • 0 comments

I can easily expose functions from Native to be called by WebView but it's not possible to do the the opposite . I checked the invoke.fn but it returns an empty object. I'm loading localhost:3000/cards in the webview and I load a nextjs page if it might cause any issues.

december1990 avatar May 08 '24 17:05 december1990