lucasferreira / react-native-webview-android

Simple React Native Android module to use Android's WebView inside your app
355 stars 158 forks source link

How can I get the message that passed By the PC #68

Closed combing520 closed 6 years ago

combing520 commented 7 years ago

In RN , I can set the method "onMessage" ,where,I can get the message that Passed by the PC , But I just can't find the same method int "react-native-webview-android".

I would know how can I receive the message that PC passed By in the webWiew?

Thanks

combing520 commented 7 years ago

PC(Website)

lucasferreira commented 6 years ago

Now you can use onMessage #91