-
Notifications
You must be signed in to change notification settings - Fork 67
Ionic Mobile Typescript issue with promise #124
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
Comments
Hey @phingers, I'm taking a look into this now. Looks like it may just be a polyfill issue. |
@phingers, I'm unable to determine the issue exactly but it appears This seems relevant however: angular/zone.js#891 |
I have it working in IONIC without the factory by importing
into index.html Then in my TS files, I can do something similar too.
Hope it helps someone else until it is patched properly. |
Hi, I am facing following issue. My Use case: Call javascript function from JS file (included in project) in ionic 4 on particular page I having following issue. ERROR TypeError: t.resolve is not a function Steps Followed:
Ionic setup: Ionic: ionic (Ionic CLI) : 4.1.2 (/usr/local/lib/node_modules/ionic) Cordova: cordova (Cordova CLI) : 8.0.0 System: ios-deploy : 1.9.2 |
@girish-fuluskar How did you resolve this? I'm facing the same issue. |
Cross-posting: ionic-team/ionic-framework#13459
I'm getting this error with the MongoDB Stitch service and trying to import their sample code into my Ionic Application.
Error is:
I appreciate any work arounds or ideas on how to get this working for me in Ionic Mobile Hybrid Framework!
The text was updated successfully, but these errors were encountered: