Johannes Millan

Results 422 comments of Johannes Millan

no its still there if i don't include the request handelere component (which i supose overwrites the plugins functionality)

Thanks for writing this down! Much appreciated!

Thanks for the suggestion, but cordova isn't needed and would not help with the migration problem and make things like the widget a lot harder to do. Basically the app...

The most complicated problem would be to transfer data. Currently, it's residing in the browser storage for app.super-productivity.com (the domain of the webapp) but this would change if we were...

Thanks for digging into this. As mentioned already the setup for integrating the files is not the part I'm worrying about (in the current setup one would only need to...

> Could the user be asked if they would like to perform a migration? Yes, we can do this. But it is not trivial to determine if a user actually...

I just thought about another possible avenue to take: 1. Add [ionic-storage](https://github.com/ionic-team/ionic-storage) or something similar. 2. Configure the app to always use SQLite as a storage adapter and migrate data...

@lrq3000 in theory yes, but the users need to be aware of that before they install the new version. Another alternative might be to do the following: 1. Create one...

@ishanarora thanks for the suggestion. I am not a big fan tbh. Release management of all the different app variants is complicated and time consuming enough as is :)

Could you maybe provide a plunkr?