Android Question xui.FileUri(File.DirAssets, nname) works with TargetSDK28 but not with TargetSDK30

tsteward

Well-Known Member
Licensed User
Longtime User
If I change the manifest to target SDK 30 then this no longer shows the image in webview
how would I solve this please?
 

Lucas Siqueira

Active Member
Licensed User
Longtime User
if you are using webview just to display an image, then use b4ximageview or zoomimageview


 
Upvote 0

tsteward

Well-Known Member
Licensed User
Longtime User
No I am not.
My app uses webview to display data and images to create dynamic HTML.
Now with changing to target SDK to 30 it breaks the images
 
Upvote 0

tsteward

Well-Known Member
Licensed User
Longtime User
Update:
It only fails in Debug mode
Works in Release Mode
 
Upvote 0
Top