Matthias Richter
Results
2
comments of
Matthias Richter
It is not a file from assets, it is a file we download and unzip. If it was a permission problem, why does it work using `android.webkit.WebView`? I will try...
I got it running. We were applying the setting `webView.settings.allowFileAccess` and I didn't do this in Accompanist WebView Wrapper... so when I use ``` WebView( onCreated = { it.settings.allowFileAccess =...