seigel / pouchdb-react-native

Pouchdb with async storage
MIT License
483 stars 70 forks source link

Websql throws an error when Remote js debug disabled #54

Closed prasad-ksrd closed 7 years ago

prasad-ksrd commented 7 years ago

Hi

Hope you are doing good.I need a help from you

var db = new PouchDB('test'); var rdb = new PouchDB('https://XXXXX.cloudant.com/test', {skipSetup: true});

How to Sync two database withpout websql..If websql is the only way means how it will work in android application if remote js debug disabled?

Please advise

stockulus commented 7 years ago

Hi,

have you tried the sample Application?

It should not require any remote debugging.