-
Notifications
You must be signed in to change notification settings - Fork 4
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
How to use it on ionic existing project #4
Comments
Hello, EDIT: I found the problem, the npm packages that I made were using sql.js 0.4.0 I updated it to 0.5.0 but another bug came from this version webpack was throwing a heap out of memory error when building with --prod so I found a fix, this issue is related to webpack/ionic-app-script : https://github.com/ionic-team/ionic-app-scripts/issues/1036. I prefer adding In definitive update the npm package |
thanks i wil try the solution, and let you know if it's working |
When I added it manually, it works well at iOS Simulator. But it doesn't work at real Android device like issue #6 . How about you, @jpujol880807 ? |
I have this configuration
ionic/app-scripts : 3.1.2
Cordova Platforms : android 6.3.0
Ionic Framework : ionic-angular 3.9.2
Node: 6.11.5
Npm: 3.10.10
System: Windows 10
I'm trying to use the npm package on existing project and it works well on the browser, but it doesn't render the map on android devices, i'm missing some step to make it work?
I added
import 'promise-polyfill';
import 'whatwg-fetch';
and installed them with npm
The text was updated successfully, but these errors were encountered: