DisyInformationssysteme / Cordova-spatialite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8.1)/Amazon Fire-OS/WP(7/8) with HTML5/Web SQL API
Other
24 stars 17 forks source link

Not working with @ionic-native/sqlite #8

Closed Toterbiber closed 6 years ago

Toterbiber commented 6 years ago

I tryed using the plugin with @ionic-native/sqlite in my angular 2 material application. Everything works fine with the normal cordova-sqlite-storage plugin, but when I remove it and add yours my create call returns null.

Is this plugin not supposed to be used with @ionic-native? Is there an alternative?

Toterbiber commented 6 years ago

Now I got it running somehow so I closed it.

Cultrarius commented 6 years ago

Hey, thanks for the update - did you figure out was caused the problem?

Toterbiber commented 6 years ago

Yes, I had some old stuff from the regular sqlite plugin mixed in my Android Platform Folder for some reason.