When Objective-c call JavaScript use function 
`stringByEvaluatingJavaScriptFromString:` with Line separator (U+2028) or 
paragraph separator (U+2029), JavaScript will get error.
In `CDVUIWebViewEngine.m`, function `evaluateJavaScript:completionHandler:`. 
The caller may pass in these special characters.Before call 
`stringByEvaluatingJavaScriptFromString:`,we can do some filtering.

[ Full content available at: https://github.com/apache/cordova-ios/issues/402 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to