You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the server sends JSON that has newlines in it, Cordova Javascript will barf with a syntax error. The createJsonForMessage() function should correctly escape newlines before sending.
Thanks for making this, by the way! Exactly what I needed!