JS Alert is not supported
Use
Navigator. Notification. Alert
Need to add in config
?
?
Example
?
- <script type= "text/javascript" >
- ???????? function Showalert () {
- ???????????? Navigator.notification. Alert (
- ????????????????‘ You is the winner! ', //Message
- ???????????????? null, //callback
- ????????????????‘ Game over ', //title
- ????????????????‘ Done ' //ButtonName
- ????????????);
- ????????};
- ???????? function teststorage () {
- ???????????? if (window. localstorage) {
- ???????????????? Navigator.notification. Alert (' Browser support Localstorage ', Showalert, 'Config', 'OK');
- ????????????} Else {
- ???????????????? Navigator.notification. Alert (" Browser does not support Localstorage", null, "Config", "OK");
- ????????????}
- ???????????? if (window. sessionstorage) {
- ???????????????? Navigator.notification. Alert (" browser support Sessionstorage", null, "Config", "OK");
- ????????????} Else {
- ???????????????? Navigator.notification. Alert (" Browser does not support Sessionstorage",null, "Config", "OK")
- ????????????}
- ????????}
- ???? </script>
?
Effect
?
?
?
?
?
?
?
Vs2013 HTML5 Development WP8.1 app Alert