You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
we use offline-peristence-toolkit in a JET(4.1.0) hybrid app for Android and iOS. Pouchdb is set properly and does the job in the browser when offline and when REST server is down.
It does the job in real device after build for the offline part, but we can't get any data if our REST server is down. Like if PouchDB/persistence toolkit making a difference if we are offline or if our REST is not accessible. Did you had this kind of issue before?