Gcanvas-For-Apache-weex icon indicating copy to clipboard operation
Gcanvas-For-Apache-weex copied to clipboard

Gcanvas is a third party plugin, and is not developed nor maintained by Apache Weex.

Results 27 Gcanvas-For-Apache-weex issues
Sort by recently updated
recently updated
newest added

使用以下两个方法都不能集成: •命令行集成 weexpack plugin add weex-gcanvas 报错: Error: Cannot read property 'statusCode' of undefined •手动集成 在相应工程的build.gradle文件的dependencies中添加compile 'org.weex.plugin:weexgcanvas:0.0.1' 报错: Error: Failed to resolve: org.weex.plugin:weexgcanvas:0.0.1 请问gcanvas什么时候会开源?

vue中使用这个插件报下面的错: vue.runtime.js:481 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option. (found in )

dev分支, 运行时报 com.taobao.gcanvas.GCanvasJNI.newCanvas(java.lang.String, int, java.lang.String) 没有找到实现. 用的是com.taobao.android.gcanvas:gcanvas_library:1.4.2.31@aar 难道是里面的libgcanvas.so 不全? java.lang.UnsatisfiedLinkError: No implementation found for void com.taobao.gcanvas.GCanvasJNI.newCanvas(java.lang.String, int, java.lang.String) (tried Java_com_taobao_gcanvas_GCanvasJNI_newCanvas and Java_com_taobao_gcanvas_GCanvasJNI_newCanvas__Ljava_lang_String_2ILjava_lang_String_2) at com.taobao.gcanvas.GCanvasJNI.newCanvas(Native Method)

I don't think the example works any longer . Would you please give a hand ?

1 jcenter并无注册此组件。 2 将android项目的相关代码及依赖加入工程可以编译但无法正常工作。

现在 readme.md 中关于 gcanvas 的介绍太少,看完之后根本不知道 gcanvas 【是什么】,只能通过名字猜想。 至少把这篇文章链接放进去: http://taobaofed.org/blog/2017/07/27/gcanvas/

在gcanvas.js的getContext()方法体里面的174行: else if(currentEl&&currentEl.getContext) { _context = currentEl.getContext(contextID) if(_context&&!_context.render) _context.render = function(){} } 但是eles if里面的currentEl.getContext 就是undefined,这是什么原因啊? 而且就是github是你们自己的example也是跑步起来的啊,跟我遇到的错一模一样啊。

搜了一下都没看到weex-gcanvas的仓库,是否weex-gcanvas不开源的,如果开源希望给出个地址

由于这个项目的 podspec 文件没有对 GCanvas 指定版本,所以在对用户项目运行 `pod update WeexGCanvas` 之后,GCanvas 不会得到升级,造成编译失败。 应该明确指定依赖的版本,否则这个项目的 pod 在升级时会出现很多问题。