You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ian Clelland (JIRA)" <ji...@apache.org> on 2013/04/24 20:13:15 UTC

[jira] [Created] (CB-3225) Android webview does not support CustomEvent constructor

Ian Clelland created CB-3225:
--------------------------------

             Summary: Android webview does not support CustomEvent constructor
                 Key: CB-3225
                 URL: https://issues.apache.org/jira/browse/CB-3225
             Project: Apache Cordova
          Issue Type: Bug
    Affects Versions: 2.6.0
            Reporter: Ian Clelland
            Assignee: Ian Clelland


Reference: https://developer.mozilla.org/en-US/docs/DOM/Event/CustomEvent

CustomEvent appears to be a shortcut for {{createEvent("CustomEvent")}} and {{initCustomEvent}}.

Code which uses CustomEvent works correctly on iOS (and Chrome desktop) but fails when run on Android.

I have a small browser shim for this which I'll add to the android platform.js

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira