wSQL - angularJS active record module for WebSQLite database - database in the browser. U can persist your data for your PhoneGap HTML5 applications build with ionic or angular. Good solution for mobile applications with offline mode.
Hello your module work great. But today I get problem on IOS. When I do insert to table, ten I cannot get insertId, it's empty. But the same functional great working on browser.
Can you help me to understand where problem?
Hello, I didn't faced this issue before.
Which iOS version are u using and which device?
May u please console.log(results) on the line 95 in /src/wSQL.js and provide logs?
Hello your module work great. But today I get problem on IOS. When I do insert to table, ten I cannot get insertId, it's empty. But the same functional great working on browser. Can you help me to understand where problem?