-
the help-patch for [gcanvas] throws an error on opening (most likely because of the [gcanvas] hidden in the [pd resizing])
-
Hi @gemguardian @servicedeskltnc,
We would like to inform you about the delivery of the Moodle plugin and any adjustments you have requested.
Please check their functionality and verify if everyt…
-
```
import App from './index.vue';
import GCanvas from 'weex-gcanvas'
console.log(Vue.component)
Vue.component('gcanvas', GCanvas)
new Vue(
Vue.util.extend({
el: '#root'
}, App)
)
…
-
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.lan…
-
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 )
-
把官方的代码跑起来。。。显示一片黑,没有报告任何错误
iOS 模拟器运行
[WXSDKEngine registerModule:@"weex-gcanvas" withClass:[WXGCanvasModule class]];
在iOS代码中 注册模块
然后 js代码中
`
啊啊啊啊啊啊
…
-
Hi there, while building locally a development apk:
`eas build --profile development --platform android --local`
I'm getting the following error:
```[RUN_GRADLEW] FAILURE: Build failed with an ex…
-
# 过程描述
使用 weex 创建全新的项目,并添加该 plugin:
```
weex create test
cd test && weex platform add ios
weex plugin add weex-gcanvas
```
打开 platforms/ios/WeexDemo.xcworkspace 无法正确编译。
修改 platforms/io…
-
Hi everyone.
I suggest the addition of an option to limit the maximum amount of decimal digits that are output, additionally with the option to choose between truncation and rounding.
If I under…
-
您好,在运行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.requireMo…