首页 > 代码库 > 解决在android里面(三星s3)等一些4.1系统的手机上cancas刮刮乐无效
解决在android里面(三星s3)等一些4.1系统的手机上cancas刮刮乐无效
function drawcircle(id,x,y,r){ var ca = document.getElementById(id); var cans = ca.getContext("2d"); cans.globalCompositeOperation = "destination-out"; cans.beginPath(); cans.arc(x,y,r,0,Math.PI*2); //解决兼容 ca.style.display = ‘none’; ca.offsetHeight; ca.style.display = ‘inherit’; //解决兼容 cans.fillStyle="#000"; cans.fill(); } 这样可以解决
参考自:http://bbs.csdn.net/topics/390808206
解决在android里面(三星s3)等一些4.1系统的手机上cancas刮刮乐无效
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。