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

android 无法设置背景透明

您好,在运行weex-chart的demo时,刚开始报错:__weex_require__ is not defined, 后将项目中node_modules\weex-gcanvas下的gutil.js和plugins\weex-gcanvas\js下的gutil.js文件中: canvasModule = (typeof weex!=='undefined'&&weex.requireModule) ? ( weex.requireModule('gcanvas') ) : (__weex_require__('@weex-module/gcanvas') ) 写作注释中 __weex_define__('@weex-temp/x', function (__weex_require__) { canvasModule = __weex_require__('@weex-module/gcanvas'); }); 后解决该错误,同时产生新的错误: Uncaught TypeError: canvasModule.disable is...

不能在一个we文件中多张canvas并存吗

weex init project中使用出错 ![default](https://user-images.githubusercontent.com/20204491/27670546-3983c5cc-5cc0-11e7-9f5b-ca807a53b22c.png)

模拟器每次都找不到 gcanvas的错误. 一运行就出错

重新跟踪bug,发现在 incubator-weex 里引用的 weex-gcanvas 是 0.3.5,而 npm 里和 github 里都只有 0.3.4;bug就是0.3.4 里 gcontext2d 中 render 方法不同 导致 的!!!!!!!!! 真是令人抓狂!!! 希望好好控制下发布和版本,除了这个问题,还有tag里已经是 0.0.1.20 了,cocoapod 上还是 0.0.1.11 ……

集成需要so包吗?现在没有so包报错。 java.lang.UnsatisfiedLinkError: Native method not found: com.taobao.gcanvas.GCanvasJNI.newCanvas:(Ljava/lang/String;I)V at com.taobao.gcanvas.GCanvasJNI.newCanvas(Native Method) at com.taobao.gcanvas.GCanvasRenderer.(GCanvasRenderer.java:91) at com.taobao.gcanvas.GCanvasView.(GCanvasView.java:64) at com.cuju.weex.component.view.gcanvas.WXGCanvasGLSurfaceView.(WXGCanvasGLSurfaceView.java:21) at com.cuju.weex.component.view.gcanvas.WXGcanvasComponent.initComponentHostView(WXGcanvasComponent.java:53) at com.cuju.weex.component.view.gcanvas.WXGcanvasComponent.initComponentHostView(WXGcanvasComponent.java:17) at com.taobao.weex.ui.component.WXComponent.createViewImpl(WXComponent.java:875) at com.taobao.weex.ui.component.WXComponent.createView(WXComponent.java:869) at com.taobao.weex.ui.component.WXVContainer.createChildViewAt(WXVContainer.java:255) at com.taobao.weex.dom.action.AddElementAction.executeRender(AddElementAction.java:102) at com.taobao.weex.dom.RenderActionTask.execute(RenderActionTask.java:39)...