I'm a little confused about the limitations of using SQLite in a Phonegap-Native-App on iOS.
You can read many posts about the limit of 5mb storage and the fact, that your Ipad can ask you to increase the storage.
Now I've managed to insert nearly 7000 rows into my SQLite database, using the usual Phonegap-Storage-API. The corresponding db-file has a size of 26 MB. A following select-statement "select * from " worked and was showing the db's content.
I've done that in the simulator and on the device. I didn't get the question to increase the storage.
How can that be? Do I misunderstand something?
Is there really a 5mb limit for SQLite dbs in Phonegap?
I'm using Phonegap 1.2 and iOS 5.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…