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

[jira] [Issue Comment Deleted] (CB-10743) deviceready not firing and shut down immediately that only in windows

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

Colin Bau updated CB-10743:
---------------------------
    Comment: was deleted

(was: hi [~daserge]
so strange...unreachable???
but my http link is really work well

these are my following step by step screenshot and video
http://www.littlebau.com/windows/01.png
http://www.littlebau.com/windows/02.png
http://www.littlebau.com/windows/03.png
http://www.littlebau.com/windows/04.png
http://www.littlebau.com/windows/05.png
http://www.littlebau.com/windows/06.jpg

[app demo]
https://youtu.be/hwRVz2Hnu9o

[the full "windows" project] => myproject\platforms\windows
http://www.littlebau.com/windows/windows.rar)

> deviceready not firing and shut down immediately that only in windows
> ---------------------------------------------------------------------
>
>                 Key: CB-10743
>                 URL: https://issues.apache.org/jira/browse/CB-10743
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Windows
>    Affects Versions: 4.3.0
>         Environment: Windows 10 + Cordova cli-6 + Windows 4.3.1 + my device Nokia Lumia 520 (Windows Phone 8.1)
>            Reporter: Colin Bau
>            Priority: Critical
>              Labels: no-repro, triaged, wfc
>
> well...
> I know it is Unbelievable
> but the deviceready not firing that only in windows (Android 5.1.0 and iOS 4.0.1 have no this problem)
> when I use these html code(index.html),in Android and iOS,it will show the alert window immediately
> but when in Windows,it will shut down immediately (after about 1-2 seconds)
> by the way,in order to test,I don't use any core or 3rd plugins
> <!doctype html>
> <html>
> <head>
> <meta charset="utf-8">
> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
> <title>XXX</title>
> <script src="cordova.js" type="text/javascript"></script>
> <script type="text/javascript">
> document.addEventListener("deviceready", initialize, false);
> function initialize() { alert('cordova'); }
> </script>
> </head>
> <body>
> </body>
> </html>



--
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