Andrew Grieve created CB-1579:
---------------------------------

             Summary: Optimize exec() calls made from plugin callbacks on iOS
                 Key: CB-1579
                 URL: https://issues.apache.org/jira/browse/CB-1579
             Project: Apache Cordova
          Issue Type: Improvement
          Components: iOS
            Reporter: Andrew Grieve
            Assignee: Andrew Grieve
             Fix For: 2.2.0


Using stringByEvaluatingJavascriptString is super fast, and using and XHR / 
iframe navigation is really slow. The idea here that whenever the native side 
does a stringByEvaluatingJavascriptString call, to use its return value to 
bundle the actual return value along with any pending js->native messages

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to