iphone/ipod touch对canvas标签有什么样的支持?尤其是在文字方面?
我看过这个问题/答案:
但我正在寻找如何在 iPhone 上执行此操作。 iphone已经支持了吗?
另外,如果能看到一个讨论当前 iphone 操作系统/浏览器支持的有关 canvas、html 5 和其他相关网络技术的网页,那就太好了。
I have seen this question/answer:
How do you draw text on a <canvas> tag in Safari
But I looking for how to do it on an iphone. Does the iphone support it already?
Also, it'd be nice to see a web page that discusses what the current iphone os/browser supports regarding canvas, html 5 and other related web tech.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apple 在 Safari 参考 - 使用 Canvas 上有介绍 以及 DOM 参考。
总的来说,iPhone画布支持非常好而且非常有用。
除了缺少的文本渲染之外,我听说它将在未来的操作系统升级中提供。
在等待期间,您可以使用 Jim Studt 的 Canvas 文本功能 在 Canvas 上显示简单的文本。
有关其外观的示例,请查看 Night Sky iPhone 网络应用程序,该应用程序可以在Canvas 以及从 localStorage 保存和加载它。
Apple has an introduction at Safari Reference - Using Canvas and more details in the DOM Reference.
In general, the iphone canvas support is excellent and very useful.
EXCEPT for the missing text rendering, which I have heard will be available in a future OS upgrade.
While waiting, you can use Jim Studt's Canvas Text Function to display simple text on the Canvas.
For an example of how it looks, check out the Night Sky iPhone webapp which draws lines, text and images on the Canvas as well as saving and loading it from localStorage.