Open ssj4maiko opened 7 years ago
i have same problem :(
i'm so sorry, work fine after platform ready event!
Look inside your services(@Injectable), they are singleton and start with the application;
I have the same problem, did someone find a solution?
@Kahel3352 The problem happens because Ionic has not yet loaded the SQLite plugin. To control the flow of the application use the "platform.ready ()"
Sorry, I don't understand. What should I do with platform.ready()?
Short description of the problem:
Once I use the run command while testing my App, it runs fine, debug also shows it seems to be working. Once I change the code and it reloads and I get the following error on Chrome Debug. plugin_not_installed
What behavior are you expecting?
For it to keep the plugin loaded or working.
Steps to reproduce:
Which @ionic/app-scripts version are you using?
While it's not showing, SQLlite plugin is also installed and working, since it works the first time.