cordova :: XMLHttpRequest :: setRequestHeader does not work with JSONP

Posted by Aaron Saunders on Stack Overflow See other posts from Stack Overflow or by Aaron Saunders
Published on 2013-01-24T03:42:02Z Indexed on 2013/10/18 15:55 UTC
Read the original article Hit count: 553

in hello world cordova 2.3.0 app trying to work with ripple

added basic BackboneJS code and I get error shown above

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
    <script type="text/javascript" src="http://static.stackmob.com/js/json2-min.js"></script>
    <script type="text/javascript" src="http://static.stackmob.com/js/underscore-1.4.3-min.js"></script>
    <script type="text/javascript" src="http://static.stackmob.com/js/backbone-0.9.10-min.js"></script>

I have started google with the proper flags --allow-file-access-from-files

© Stack Overflow or respective owner

Related posts about ios

Related posts about google-chrome