Hi, after updating my app to API30, my images inside a webView are not displayed (I get the blank image). Wondering if I'm missing a new permission here.
In this example, I'm using cache, but same thing happens with using dirInternal.
B4X:
Dim imagePath As String=xui.FileUri(Cache.GetDirectory,myImage)
webView1.LoadHtml($"<HTML><HEAD></HEAD><BODY><IMG SRC="${imagePath}"></BODY></HTML>"$)
In this example, I'm using cache, but same thing happens with using dirInternal.