Well as the title says, i want to use webapps, which are probably made with javascript to run inside a webview. Most things load ok, but one particular webapp says:
"An Error occurred while loading the {webapp.module}:
Cannot read properties of null (reading 'getItem')"
It seems like maybe it can't find the references, i'm hoping there is a way to patch this on the app inventor side, as i don't have access to the webapps i want to host.
After some extensive testing it hasn't crashed again.
I'm gonna do some more testing, but for now i am satisfied.
I will look into the customwebview if i encounter more problems. But i like this method because i can resize the webview for overlays that interact with the app on the backend side.