Webview Version

I am working on a new app that will embed a hosted point-of-sale system into the app using Webview.

When I tried the app in Poynt Emulator, I got the following error:


2024-03-08 10:28:38.235 4865-4865 Capacitor/Console com.alphaserve.app E File: - Line 820 - Msg: SyntaxError: Unexpected token =
2024-03-08 10:28:38.236 4865-4964 Capacitor com.alphaserve.app E JavaScript Error: {“type”:“js.error”,“error”:{“message”:“Uncaught SyntaxError: Unexpected token =”,“url”:"",“line”:6,“col”:175,“errorObject”:"{}"}}
2024-03-08 10:28:38.236 4865-4865 Capacitor/Console com.alphaserve.app E File: - Line 6 - Msg: Uncaught SyntaxError: Unexpected token =

According to Google search, this error results from an old Webview version.

What version of Webview is installed on Poynt 5 terminals?
Is there any way to update the vanilla Webview version to something more recent?

Thx