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

Omar Mefire updated CB-10265:
-----------------------------
    Description: 
(running on windows 10, with cordova-windows version 4.1.0)

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.

  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: `alert` not working
> ------------------------------------
>
>                 Key: CB-10265
>                 URL: https://issues.apache.org/jira/browse/CB-10265
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-windows
>    Affects Versions: 4.1.0
>            Reporter: Omar Mefire
>
> (running on windows 10, with cordova-windows version 4.1.0)
> 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