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 unicode character in injected javascript issue #20

Closed fevxie closed 7 years ago

fevxie commented 7 years ago

As Data Url Scheme description the default charset in data URI is US-ASCII, so to fix the issue #13 just change the charset to utf-8 as the documentation said.

bradleyjames commented 7 years ago

Awesome. Thanks! I'll do my best to test and get this merged in the next couple days.