Android:Raphaeljs 无法在 Web 视图中工作

发布于 2024-12-11 08:42:29 字数 143 浏览 0 评论 0原文

我正在 webview 中打开一个简单的 html 页面,其中包含 Raphaeljs。 它画一个圆圈并在浏览器中工作。但是,在网络视图中它没有显示。

有什么东西阻止 rapaheljs 在 webview 中工作吗?

替代解决方案是什么!

I am opening a simple html page in webview, with Raphaeljs included.
Its drawing a circle and working in browser. But, in webview its not showing up.

Is there anything blocking rapaheljs to work in webview?

What is the alternate solution for that!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

〃温暖了心ぐ 2024-12-18 08:42:29

Raphaeljs 使用 JavaScript 来渲染 SVG。根据此错误,WebView 目前不支持渲染SVG。因此您将无法看到 Raphaeljs 在 WebView 中创建的任何内容。

Raphaeljs uses javascript to render SVGs. According to this bug, the WebView doesn't currently support rendering SVGs. So you won't be able to see anything that Raphaeljs creates in a WebView.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文