HI, I`m having a problem clearing a transparent canvas, I`m using the code below but it isn`t doing anything. I have tried it with a solid color and works, but not with transarent color.
Dim cvsbk As B4XRect
cvsbk.Initialize(0,0,1010,641)
cvs.drawRect(cvsbk...