WeexOne icon indicating copy to clipboard operation
WeexOne copied to clipboard

Weex [one 一个]客户端

Results 12 WeexOne issues
Sort by recently updated
recently updated
newest added

$ npm run serve > [email protected] serve E:\604box\WeexOne\WeexOne > serve -p 12580 serving E:\604box\WeexOne\WeexOne on port 12580 GET / 200 7ms - 1.5kb GET /node_modules/weex-html5/dist/weex.js 200 42ms - 1.58mb GET...

在weex里做微信是什么方式呀,注入sdk?我是想用H5去实现

API请求返回的cover字段,score字段均为空,导致列表界面显示空白,更换为title字段

问题描述: WeexOne项目,npm run bunild、serve正常,html5版本正常显示使用; 在helloworld级的安卓项目中,拷贝dist目录整体到Android Studio 下的assets目录下,启动模拟器或真机调试,均报网络错误,无法正常显示? ![111](https://cloud.githubusercontent.com/assets/17812692/22091627/d269151a-de32-11e6-9f1d-02986ef21e47.png) ![222](https://cloud.githubusercontent.com/assets/17812692/22091629/d8cdede0-de32-11e6-8b31-f34b8c1bff28.png) ![333](https://cloud.githubusercontent.com/assets/17812692/22091641/e1b536e8-de32-11e6-8ecb-23440dbf83df.png) ![444](https://cloud.githubusercontent.com/assets/17812692/22091646/e894cdac-de32-11e6-98bf-96268f2738cc.png) ![555](https://cloud.githubusercontent.com/assets/17812692/22091651/ece0375c-de32-11e6-8fdb-f4bf5c7b0321.png)

你好,看见前辈项目中css可以使用display,请问是如何兼容的?

我刚打开app,内存一下从3m多飙升到了90多m,随便点几下就outOfMemory了。 ![image](https://cloud.githubusercontent.com/assets/15099256/21838522/5b50b9b8-d80d-11e6-9d50-f32d0b57be8e.png)

iOS端什么时候能出来,这样就能形成一个完整的实例体系代码

package com.github.zhoukekestar.weexquickstart; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Toast; import com.taobao.weex.IWXRenderListener; import com.taobao.weex.WXSDKInstance; import com.taobao.weex.common.WXRenderStrategy; import com.taobao.weex.utils.WXFileUtils; public class MainActivity extends Activity implements IWXRenderListener { private static...