incubator-weex-site icon indicating copy to clipboard operation
incubator-weex-site copied to clipboard

Apache Weex (Incubating)

Results 17 incubator-weex-site issues
Sort by recently updated
recently updated
newest added

Android升级target到29之后报错wx_create_instance_error,target改为27就可以正常运行

第一次把数据清空,并不会回调oninput函数,第二次清空才会回调

最近作Android11的兼容适配,如果一SDK28编译出来的App跑在Android11上是没问题的,但是将编译SDK升级至30,初始化会失败,大概原因是你们底层C++代码里,weex_js_connection.cpp中,使用了29之后不允许在直接调用的ashmem_create_region导致。需要替换为ASharedMemory_create方法。不知道你们什么时候准备更新适配一下呢?

https://weex.apache.org/zh/docs/components/video.html#rax-%E7%A4%BA%E4%BE%8B

试了下 直接写两个pop,或者第二个pop作为第一个pop的回调,ios似乎都不支持

https://weex.apache.org/zh/docs/components/recycle-list.html#%E7%A4%BA%E4%BE%8B

https://weex.apache.org/zh/docs/modules/storage.html#getallkeys D/CLog: reportJSException >>>> instanceId:33, exception function:createInstance, exception:Exception: ReferenceError: Can't find variable: storage

https://weex.apache.org/zh/guide/contribute/how-to-contribute.html#%E8%B4%A1%E7%8C%AE%E6%96%87%E6%A1%A3%E6%88%96%E4%BB%A3%E7%A0%81