Omar Mefire created CB-10266:
--------------------------------

             Summary: cordova-windows: `JSON.parse` not working
                 Key: CB-10266
                 URL: https://issues.apache.org/jira/browse/CB-10266
             Project: Apache Cordova
          Issue Type: Bug
          Components: cordova-windows
    Affects Versions: 4.1.0
            Reporter: Omar Mefire


To repro:

- cordova create test
- cd test
- in your index.html file, add the following javascript code:
```<script type="text/javascript">
      alert('test')
</script>```
- cordova platform add windows
- cordova run windows

Expected:
a pop-up window opens upon the app starting

What happened:
no pop-up window was shown.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to