I am using a code that combine to images into 1 by using canvas . I show that image to ImageView it looks fine. But when I try to show that into WebView it show background b
The JPEG format does not support alpha transparency, which is why the transparent background becomes black when you convert your original image to JPEG.