nolanlawson / cordova-plugin-sqlite-2

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL (UNMAINTAINED)
https://nolanlawson.com/2016/04/10/introducing-the-cordova-sqlite-plugin-2/
Apache License 2.0
168 stars 28 forks source link

Problems sqlite in IOS 11 #53

Closed koronaldo closed 6 years ago

koronaldo commented 6 years ago

Good Morning.

I have a problem that I could not solve, could you help me?

I have an application that I developed with Cordova 7.1.0, I added the Cordova-sqlite-storage plugin. In android works that is a blz. already in the ios it does not rotate. It opens the connection to the bank, but when it arrives in db.transaction it hangs, minutes later it executes, it takes in average 3 minutes to respond. I tried several plugins and I had the same problem, I do not know what I can test, it does not generate any type of error, it only slows down and it takes a while to return.

Thank you.

koronaldo commented 6 years ago

Sorry I´m using plugin cordova-plugin-sqlite-2

nolanlawson commented 6 years ago

Are you using both Cordova-sqlite-storage and cordova-plugin-sqlite-2? Do you havea test case to repro?

Closing old issues, please reopen as necessary :)