pouchdb-community / pouchdb-adapter-cordova-sqlite

PouchDB adapter for Cordova SQLite. Designed for PouchDB 6+.
Apache License 2.0
73 stars 32 forks source link

Console error message when using Capacitor #99

Closed ibrahimawadhamid closed 3 years ago

ibrahimawadhamid commented 3 years ago

An error message appears in the console when using Capacitor:

Screen Shot 2021-02-15 at 12 21 08 PM

The error message is harmless and everything is working fine. After code inspection, I found out that the checking for Capacitor doesn't exist, so I created a pull request #98 adding the checking and fixing the issue. @paolosanchi

paolosanchi commented 3 years ago

Closing due to accept