incubator-weex-site
incubator-weex-site copied to clipboard
Apache Weex (Incubating)
https://weex.apache.org/zh/docs/modules/deviceInfo.html#enablefullscreenheight 这个方法在IOS手机上根本不好使,而且,手机先不说,你自己这个页面给的example都运行不了好不啦~你们自己都不试验的吗?
https://github.com/apache/incubator-weex-site/blob/6e39144c7a93a875933f8f70fa1ba7e0814bac28/docs/docs/components/list.md#L5 The documentation says list component can have horizontal view, but this is not the case, using the same parameter of the scroller does not result in horizontal slider in...
https://weex.apache.org/zh/docs/components/scroller.html#%E7%A4%BA%E4%BE%8B 需要为class为 elevator 的样式中添加 flex-direction: row;
https://weex.io/zh/guide/develop/integrate-to-iOS-app.html#_3-%E5%88%9B%E5%BB%BA%E4%B8%80%E4%B8%AA-weex-%E5%AE%9E%E4%BE%8B 希望iOS对于WXSDKInstance使用多一些说明 在一个viewcontroller里如何针对这一个页面来接受前端调用Native的事件 建议: WXSDKInstance和UI业务交互比较多 希望可以使用delegate的方式抛回调, 这样外界使用起来比较友好,代码结构更加好设计
https://weex.incubator.apache.org/zh/docs/modules/stream.html#fetch 希望把所有参数的说明都加上,让我们weex开发者进一步了解该模块的特性。
https://weex.apache.org/zh/guide/extend/extend-android.html#adapter-%E6%B3%A8%E5%86%8C
https://weex.apache.org/zh/docs/modules/modal.html#confirm 和 https://weex.apache.org/zh/docs/modules/modal.html#prompt 这两个样例中,不应该出现duration,而应该以okTitle或cancelTitle。 这两个都是模态对话框,不可能有duration参数的。 另,modal.confirm的callback若以布尔型结果,表示点击确定或取消为更好,这样代码通用性更强,逻辑上也更合理。