Hello,
Did you try to run it on a device?
I had a similar problem using ionic 5. The error appears in the browser, but it works perfectly on the device.
Hello,
I am creating an app using Ionic 5, Angular 14, Capacitor 4.
I am trying to create a database using SQLite, as below.
Can somebody help me to solve this situation (erros below)?
Many thanks.
npm install cordova-sqlite-storage
npm install @awesome-cordova-plugins/sqlite*
db.service.ts
import { Injectable } from '@angular/core';
import { HttpClient } from '@angular/common/http';
import { SQLitePorter } from '@awesome-cordova-plugins/sqlite-porter/ngx';
import { Platform } from '@ion…