[
https://issues.apache.org/jira/browse/CB-10266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Omar Mefire updated CB-10266:
-----------------------------
Description:
To repro:
- cordova create test
- cd test
- in your index.html file, add the following javascript code:
```<script type="text/javascript">
JSON.parse('{}');
</script>```
- cordova platform add windows
- cordova run windows
Expected:
No error
What happened:
no pop-up window was shown.
was:
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.
> 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">
> JSON.parse('{}');
> </script>```
> - cordova platform add windows
> - cordova run windows
> Expected:
> No error
> 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]