chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
706 stars 557 forks source link

Replace deprecated CordovaWebView.sendJavascript with alternate method #225

Closed homer-jay closed 6 years ago

homer-jay commented 8 years ago

The CordovaWebView.sendJavascript method is deprecated, and using it in pre KitKat devices with the latest Cordova 5.1 version throws an error during plugin initialization. The error is not observable in Lollipop and newer devices, and never happened when using previous Cordova versions (3.7).

don commented 6 years ago

Thanks for this pull request. I'm closing #323 fixes the same problem.