cordova - PouchDB / SQLite indexing crashes - needs to much memory on IOS -
intro
i have build ios app pouchdb , ionic , cordova stuff, i'm failing database , can't see solution...
sqlite
sqlite plugin , synchronization works great, want access data pouchdb starts indexing uses memory , app crashes. here sampleapp prepared interested helpers reproduce crash sampleapp github
websql
in websql can't sync database, because "quotaexceedederror" error. there way ask more space in ios uiwebview?
indexeddb
indexedb isn't usable, cause of many bugs. , not better in ios 9
so ideas ideas or hints?
the solution problem of storage limits on ios indeed use sqlite plugin. can't exceed 50mb on websql.
sqlite plugin , synchronization works great, want access data pouchdb starts indexing uses memory , app crashes.
are sure bug pouchdb , not sqlite plugin? if it's crash in objective-c land, belongs sqlite plugin. if it's crash in javascript land, belongs pouchdb.
either way, if provide test reproduce, welcome bug report on either pouchdb github issues page or sqlite plugin issues page. :)
Comments
Post a Comment