I tried to create database using Sqlite-porter alone without using standard sqlite plugin. but window.openDatabase(); is showing this error all the time. "Property 'openDatabase' does not exist on type 'Window & typeof globalThis'." Is there any way to resolve this. or this plugin cannot be used to "create" database in Ionic ??
I tried to create database using Sqlite-porter alone without using standard sqlite plugin. but window.openDatabase(); is showing this error all the time. "Property 'openDatabase' does not exist on type 'Window & typeof globalThis'." Is there any way to resolve this. or this plugin cannot be used to "create" database in Ionic ??