Hi,
We maintain a web application that previously used WebSQL, and that has been migrated to the WASM implementation of Sqlite. This works well in the newer versions of Chrome, but it seems it doesn't work in an Android application some of our customers use, that is implemented using WebView.
The reason seems to be that the SharedArrayBuffers API, which the WASM Sqlite library requires, is not supported in WebView:
Can you confirm this is the case? Will this API be supported in WebView at some point? Or otherwise, what would be the recommended approach in case a customer needs to use a WebView-based Android application to access our web application?
Thanks in advance, and kind regards,
Antonio Moreno.