i check application 4.0,4.1,4.2,4.3 and 4.4
only this problem in jelly bean
var canvas = document.getElementById('canvas'); canvas.style.opacity = 0.99; setTimeout(function() { canvas.style.opacity = 1; }, .01);
This code works great for me
user4928488
source share