Wizcorp / phonegap-plugin-wizCanvas

WizCanvas allows a developer to create a ultra-performant native canvas component. The view is based on the Ejecta framework and has WebGL support.
MIT License
43 stars 13 forks source link

Bug fix: Modify quote to double quote. #31

Closed jrouault closed 9 years ago

jrouault commented 9 years ago

To test, replace in www/index.html:

var params = { color: "fewo\"i#eprw'jew–\wqrq\njterpwo" };
alert(e.data.message);

and in www/assets/canvas/index.js:

wizCanvasMessenger.postMessage({ message: e.data.color }, "mainView");
aogilvie commented 9 years ago

:star: