TruckMovers / cordova-plugin-remote-injection

DEPRECATED: Cordova plugin to allow a remote site to interact with cordova's javascript APIs when loaded within a cordova app.
Apache License 2.0
91 stars 95 forks source link

fix unexpected token error caused by the default base64 encoding #25

Closed fredericp closed 7 years ago

fredericp commented 7 years ago

The line wrapping of the default base64 encoding settings was causing an "Unexpected token" error. The NO_WRAP flags looks like a sensible way to encode the scripts.

Thank you for writting the plugin! :+1:

bradleyjames commented 7 years ago

Thanks for the PR. Sorry it took so long. It's been merged and released in v0.5.2.