SQLite WASM - iOS/Android

I only use Chrome for testing, for the actual app I use a plugin. Is there a hook I can implement for when I’m testing on Windows, Chrome?

I do not know of a library to replace WebSQL on the desktop.

Sorry, I ment can I use something like this

If Windows {
db.transaction = SQL()
}

Not that I know of - sorry!

Okay, so it seems I’ll have to build the app (Native) and test on an actual device using the plugin each time?

From my understanding of your code, yes.

Okay, thank you for your help.