We have added the [AeroGear sync SDK|https://issues.jboss.org/browse/AEROGEAR-8200] into the [ionic demo app|https://github.com/aerogear/apollo-voyager-ionic-example] but it does not work offline. This is for the fact that there are some changes in application itself that are required to perform offline queries. We will need to fix sample app to make it work offline and document the process. We need to add offline support for the ionic app to be able to test sync offline
Error that happens currently {code} bootstrap:143 GET http://localhost:8100/pages-new-item-new-item-module.js net::ERR_INTERNET_DISCONNECTED 14:12:58.499 core.js:1673 ERROR Error: Uncaught (in promise): Error: Loading chunk pages-new-item-new-item-module failed. {code} |
|