WebView stopped displaying image at Sdk=30. At 29 everything works. Installed everything necessary for version 30 in Sdk Manager. What needs to be fixed?
It's eventually a problem of access (a missing permission or something like that) if you are loading the image from a location on your phone's memory. Think the forum needs some more information from your site in that case to help you. Some type of code or a more detailled description of your problem.
Better to use: [B4X] HugeImageView - show very large images Depends on: XUI and JavaObject. 'xui is a global XUI object. Private Sub ShowImage(WV As WebView, Dir As String, FileName As String) #if B4A Dim jo As JavaObject = Me jo.InitializeContext 'comment this line if calling this...