Sergey Shakhnazarov created CB-9342:
---------------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]