Html5
我的 html5 元素有问题。我实现了一个画布,当我进入网站时不运行,但当我刷新页面时,运行正确。也只能与 Firefox 一起运行。为什么我必须刷新,而在其他浏览器中为什么不刷新?
该网站是:http://www.dendrosite.com
谢谢!
I have a problem with html5 element. I implemented a canvas and when i enter the site don't run, but when I refresh the page, runs correctly. Also only runs with Firefox. Why I have to refresh and why not in other browsers?
The site is: http://www.dendrosite.com
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是因为您正在绘制图像,而不一定等待它们加载。
当您刷新时,图像已经加载,因此问题就消失了。
来自 Mozilla 教程:
It is because you are drawing images and not necessarily waiting for them to load.
When you refresh, the image is already loaded, so the problem goes away.
From the Mozilla tutorial: