xMartin / grouptabs

Mobile Web App to organize payments in dynamic groups of people.
https://grouptabs.net
GNU General Public License v3.0
42 stars 11 forks source link

WIP: Update PouchDB and add migration from WebSQL to IndexedDB #153

Closed xMartin closed 6 years ago

xMartin commented 6 years ago

Migration works for me in Safari desktop but not in Safari 12 iOS in standalone mode (see screenshot). bildschirmfoto 2018-10-22 um 00 15 08

xMartin commented 6 years ago

Apparently this bug has been fixed in PouchDB v7: https://github.com/pouchdb/pouchdb/issues/7057.

Unfortunately this version does not include the WebSQL adapter any more and the plugin is not AMD-compatible :(

xMartin commented 6 years ago

Hacked a version of Pouch v7.0.0 that works. It still has WebSQL: https://github.com/xMartin/grouptabs-pouchdb-7-with-websql/commit/cfeb2e29bc439536c5657f3580ff5673126ed8b5

Will leave this version online for a while. When assuming that all users migrated we can update to latest regular PouchDB.