You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2016/02/12 13:52:18 UTC

[jira] [Closed] (CB-10598) Unable to run javascript in Cordova iOS project on simulator

     [ https://issues.apache.org/jira/browse/CB-10598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-10598.
-----------------------------
    Resolution: Not A Problem

Your app has a Content-Security-Policy meta tag.

You should learn how to configure it. Right now it doesn't allow inline javascript, and you are calling testLoad() inline.

Add 'unsafe-inline' to default-src, or remove the Content-Security-Policy meta tag (not recommended), or learn how to code without inline javascript

> Unable to run javascript in Cordova iOS project on simulator
> ------------------------------------------------------------
>
>                 Key: CB-10598
>                 URL: https://issues.apache.org/jira/browse/CB-10598
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaJS, iOS
>    Affects Versions: 5.4.1
>         Environment: Mac OSX El Capitan, Xcode v7.2
>            Reporter: Sumit Soman
>
> I created a cordova project, added the iOS platform and built the project. After that I opened the .xcodeproj in Xcode, built it and the homepage showed the sample app homescreen. I then created another js file with the following content in the Staging/js folder
> function testLoad(){
>     alert("Loaded!");
> }
> In index.html, I added
>  <script type="text/javascript" src="js/myScript.js"></script>
> and called the function
> <body onload="testLoad()">
> However no alert appears! How to fix? I am using xCode 7.2.1 and Cordova 5.4.1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org