[ 
https://issues.apache.org/jira/browse/CB-9342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693498#comment-14693498
 ] 

ASF GitHub Bot commented on CB-9342:
------------------------------------

GitHub user daserge opened a pull request:

    https://github.com/apache/cordova-js/pull/125

    CB-9342 Fix deviceReady event not fired on Windows 10 in hosted envir…

    …onment
    
    [Jira issue](https://issues.apache.org/jira/browse/CB-9342)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-js CB-9342

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-js/pull/125.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #125
    
----
commit 5fdee87b2814bdafb9126f09bdb95f255db25d42
Author: daserge <dase...@yandex.ru>
Date:   2015-08-12T13:40:59Z

    CB-9342 Fix deviceReady event not fired on Windows 10 in hosted environment

----


> Fix deviceReady event not fired on Windows 10 in hosted environment
> -------------------------------------------------------------------
>
>                 Key: CB-9342
>                 URL: https://issues.apache.org/jira/browse/CB-9342
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaJS
>         Environment: Windows 10, hosted, mobilespec
>            Reporter: Sergey Shakhnazarov
>
> The following check fires on Windows 10 in hosted environment
> {code}
> if(window.cordova) {
>     throw new Error("cordova already defined");
> }
> {code}
> as {code}window.cordova{code} contains HTMLElement <span id="cordova">



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to