So this works excellent for android (as well as websql with the proper fallback) but for some reason it refuses to open the database properly on iOS. the database file is in the www folder and i am using the default location, identical to how you are but iOS refuses to find the proper db.
Is there something different about iOS? I dont have a mac at the moment to get any useful debugging data outside of alerts. I am launching the app through ionic view so I dont know if the issue is with that or iOS.
So this works excellent for android (as well as websql with the proper fallback) but for some reason it refuses to open the database properly on iOS. the database file is in the www folder and i am using the default location, identical to how you are but iOS refuses to find the proper db.
Is there something different about iOS? I dont have a mac at the moment to get any useful debugging data outside of alerts. I am launching the app through ionic view so I dont know if the issue is with that or iOS.
Is there something I am missing?