musilto7
musilto7
I had this problem also. I ended up with solution, which Uses standart WebView inside composable function. ```kotlin var webView: WebView? by remember { mutableStateOf(null) } AndroidView( factory = {...
We also had problem with memory allocation. Especially when ArCore fragment was shown multiple times in one user session. Allocated memory grown constantly. It helped to call destroyAllResources. when view...
Hello, I Also have same problem on Xiaomi Redmi Note 11. There is crash log from crashlytics: ``` Caused by java.lang.IllegalArgumentException: getCameraCharacteristics:756: Unable to retrieve camera characteristics for unknown device...
> hi, change region to indonesia (or whatever global one) install global rom update: SKEEUXM. ( automatically available) > > afterwards everything with google ar works Hi, It is not...