回复:[DISCUSS] Deprecation of weex components.

2019-03-27 Thread wcxwave
are more cautious about using weex or not in new projects. -- 发件人:York Shen 发送时间:2019年3月27日(星期三) 14:32 收件人:dev ; wcxwave 主 题:Re: [DISCUSS] Deprecation of weex components. You can mix image component and text component to

回复:[DISCUSS] Deprecation of weex components.

2019-03-26 Thread wcxwave
is Richtext deprecation? If it's ture, I want to know which component is the backup component for it? -- 发件人:York Shen 发送时间:2019年3月26日(星期二) 14:50 收件人:dev 主 题:[DISCUSS] Deprecation of weex components. Hi, there I’d like to make

When will weex support richtext?

2018-08-20 Thread wcxwave
Dear All, When will weex support richtext in ios and android? Do you have any plan about it? Thanks. Regards Best. Simon Wu. 2018.7.14

回复:[ANDROID] Release 0.19-rc2 weex-core crashing using clang toolchain

2018-07-15 Thread wcxwave
o old to match the newest code. -- 发件人:申远 发送时间:2018年7月16日(星期一) 10:45 收件人:dev ; wcxwave 抄 送:dev ; Hanks Zhang 主 题:Re: [ANDROID] Release 0.19-rc2 weex-core crashing using clang toolchain Thank you for your notice. 1. First, It is our

[ANDROID] Release 0.19-rc2 weex-core crashing using clang toolchain

2018-07-14 Thread wcxwave
Dear all, in release 0.19-rc2 android project, I find the libweexcore has some problems. 1) First, in the latest ndk 0.16 - 0.17, the android just support clang platform tools. -DANDROID_TOOLCHAIN=clang -DANDROID_STL=c++_static but in the weex-sdk project, it still uses gcc.

Do weex support richtext?

2018-01-01 Thread wcxwave
Hi everyone!    Happy New Year!    About richtext, I see the link:  https://hanks10100.github.io/weex-vue-examples/#component/richtext.    which use element etc, ex:       图片:     http://img.alicdn.com/tps/TB1wXN_PpbgapXX-222-81.png"; />       这是一段很长的文字,虽然很长

Do weex support richtext in IOS?

2017-12-19 Thread wcxwave
HI everyone:    In rececent project, we have a require to display text in more style in a  row.  There is easy in webui. But in weex, because the tag text is  block mode not inline mode.  I have search RichText in weex github. There is richtext component in android.       https://github.co

hwo weex to detect array data change in order to refresh list

2017-10-13 Thread wcxwave
Hi,    In vue, we can use this.arr_list.$set(index, {name:value, img: url}) to trigger dom change.   But in weex, can we use $set function???   Which kind of way  is used in weex to  detect  list data change  so the dom can trigger UI updated ?

weex的列表能否强制刷新数据

2017-10-12 Thread wcxwave
Hi Weex Devs, Weex用了有一段时间了,目前遇到一个比较怪异的问题。 weex的列表下来刷新,比如:数组的内容在前面插入3条记录a,b,c. 新增数据不会在列表前头显示出来。而是在后面显示出来。 我的list的cell如下: {{item.number_comment}} 另外如果把page_data.listData的数组切换到新的数组,发现页面上图片不会变换,但文字部分变换了。是不是weex里面的image有cache? 问一

回复:dev-0.14 升级之后发现安卓的console.log不能打印log了

2017-07-02 Thread wcxwave
Thanks  very much. --发件人:Hanks Zhang 发送时间:2017年6月26日(星期一) 22:29收件人:dev ; wcxwave 主 题:Re: dev-0.14 升级之后发现安卓的console.log不能打印log了 The Weex runtime has some legacy hack of the console on Android platform. As we switch the js engine

dev-0.14 升级之后发现安卓的console.log不能打印log了

2017-06-23 Thread wcxwave
hi,   更新到6.22号 commit: 49ba77ff11f29d7a1a704b52cf291e3f47b2ccf7 之后,发现console.log的信息不能显示出来了。上次更新同步6月19日到commit: 29fb9a8c02cea8b2f6c903dd2753c26b0dd9c26f 也是不能显示出来console.log。 不知道是不是6月15日的这个commit: 2cef70860d59683477767c8024996e8e3ffb2e3e   [android] jsc fix mem leak  导致的?6月9日的commit : 0d61f2b07ddf