bsorrentino / cordova-broadcaster

Cordova Plugin to allow message exchange between javascript and native (and viceversa)
MIT License
113 stars 53 forks source link

Cordova5.0.0 this.webView.evaluateJavascript has removed in android!!! #2

Closed arist1213 closed 8 years ago

arist1213 commented 8 years ago

Android compiler error. Any idea how to fix this?

bsorrentino commented 8 years ago

thx for feedback

It seems that the method evaluateJavascript(...) has been removed from the Cordova 5.0.0

Seems that webView.sendJavascript(js) replace evaluateJavascript()

I'll fix soon

arist1213 commented 8 years ago

Thank you for your support. :+1: haha, I need to implement a third part push service, then I found here. iOS works perfect!

bsorrentino commented 8 years ago

I've deployed version 2.0.0 with fix

could you test it and let me know ?

Thanks in advance

arist1213 commented 8 years ago

Yes, I just test in android, it's worked. Great work!!!