Hello,
I have an android application used in multiple type of devices. Because of this we need to have control on the version of the webview that the app runs, to have the same behavior in each of them. Until now, we were using the deprecated crosswalk project, running an old version of chromium (from around 2016). But we need to keep chromium up to date to support new features.
We need to know if it is possible to build the webview as a library to be used in our app similarly to how we were using crosswalk before, or even better, if there is already some place where we can get a compiled version of it to save some time.
Thanks.
Marcos.