Android:Raphaeljs 无法在 Web 视图中工作
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.