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

allows cordova code injection without needing csp rules, fixes #6 #7

Closed illegalprime closed 8 years ago

illegalprime commented 8 years ago

see #6 for details.

illegalprime commented 8 years ago

Hey @bradleyjames we ended up passing the entire cordova javascript string through the Java interface, and some other things I'm not proud of as a programmer. Anyway I think its fair to make users change their CSP, I only wish cordova would work without needing a javascript file in the first place. Thanks for your attention regarding this :)