-
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
vendor.js: Line 47032 : Uncaught TypeError: undefined is not a function #16873
Comments
Please add repo so we can check. |
Exception project: |
You have not enabled the polyfills which is needed for Angular! Open your polyfills.ts and activate the following and try again:
|
Perfect |
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. |
Bug Report
Ionic version:
[x] 4.x
Current behavior:
Running basic blank app on android 5.1.1(API 22),throws vendor.js: Line 47032 : Uncaught TypeError: undefined is not a function.
Expected behavior:
Android 8.0 is works well.
Steps to reproduce:
Other information:
vendor.js: Line 47032 : Uncaught TypeError: undefined is not a function
Ionic info:
"@ionic-native/core": "5.0.0-beta.21",
"@ionic-native/splash-screen": "5.0.0-beta.21",
"@ionic-native/status-bar": "5.0.0-beta.21",
"@ionic/angular": "4.0.0-rc.0",
"cordova-android": "7.1.4",
System
npm:6.4.1
node:v10.14.2
The text was updated successfully, but these errors were encountered: