PouchDB fails to sync on iOS 9 - iPhone 5S

ε祈祈猫儿з 提交于 2020-01-04 07:11:33

问题


I am developing an app with IONIC and PouchDB. The app perfectly synchronizes with remote CouchDB and works perfectly well on Android. But the PouchDB fails to sync on iOS.

I am testing on iOS 9 and iPhone 5S.

What could be going wrong with the code in iOS ??


回答1:


Are you using WKWebView? PouchDB does not support WKWebView, unless you use the FruitDOWN adapter: http://pouchdb.com/adapters.html#pouchdb_in_the_browser



来源:https://stackoverflow.com/questions/35293323/pouchdb-fails-to-sync-on-ios-9-iphone-5s

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!