-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CustomEvent is not defined Android #181
Comments
Looks like CustomEvent isn't defined in Android WebView https://issues.apache.org/jira/browse/CB-3225 Thanks! We'll be looking into it! |
This also happens when I run the tests in PhantomJS. I thought it was just a phantom issue before, but I guess not :) I'll fix it right now. |
Mmh I'm still expecting this same issue if I use "new CustomEvent" call on older devices (like android 4.0.3). Wasn't this solved? |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Hi,
I got a lot of errors related to CustomEvent in event.js on Android 4.3 / phonegap 2.9.0 / Nexus 4
11-22 21:16:32.004: E/Web Console(9764): Uncaught ReferenceError: CustomEvent is not defined at file:///android_asset/www/js/ionic.js:225
I got this error only with android (any time I touched the screen), fine under chrome & ios
Did I miss something to import?
thanks
ps: I used the master branch
The text was updated successfully, but these errors were encountered: