Android Question loaded image is repeating

ronell

Well-Known Member
Licensed User
Longtime User
how can i prevent the image from repeating ,
B4X:
webview.LoadHtml("<html><body background='file:///android_asset/errorimage.png'></body></html>")
 

DonManfred

Expert
Licensed User
Longtime User
Use a img-tag instead of backgound.

I suggest to google for some html basics tutorials
 
Upvote 0
Top