cocos2d-html5 icon indicating copy to clipboard operation
cocos2d-html5 copied to clipboard

Fix document.body check

Open seagullua opened this issue 9 years ago • 1 comments
trafficstars

We have noticed that the current body check does not work properly all the times. We have replaced it with jQuery inspired check which will wait until document.body can be accessed.

seagullua avatar Jul 10 '16 19:07 seagullua

Can you provide a step by step instruction to reproduce the issue ? Normally, if document.body can't be accessed, it will wait until window.load, I believe body should be accessible by then

pandamicro avatar Jul 18 '16 06:07 pandamicro