Re: Weex-cli developement

2017-06-12 Thread jerry.s
Hi,Tiago: I think it is good thing if we have scaffold. we have finished some one for develop https://github.com/weexteam/generator-weex-plugin one for common user with weex https://github.com/weexteam/weexpack-android

Re: Where's the rest?!?

2017-06-09 Thread jerry.s
Hi, NetPuter: You're welcome. if you have any suggestion about weex, we can discuss here :-) Best Regards Jerry > 在 2017年6月9日,下午5:42,NetPuter 写道: > > As a external weex user, it is great to hear more about weex. > > 2017-06-09 17:33 GMT+08:00 xing zhang

Re: I think we can release now

2017-06-08 Thread jerry.s
Congratulations!!! > 在 2017年6月8日,下午4:30,BryantWu 写道: > > Congratulations

Re: why WebSocket only support in .we file,not support in vue2.0

2017-06-07 Thread jerry.s
Hi,Nan: because jsfm can not support some method of websocket in 0.11 . I add the description. Now weex support websocket with vue in weexsdk 0.12. I update document of websocket and demo https://weex.apache.org/references/modules/websocket.html

Re: [VOTE]Apache Weex-incubating Release 0.12.0-RC5

2017-06-02 Thread jerry.s
+1 Best Wishes! > 在 2017年6月2日,下午3:16,宁栗 写道: > > +1 > > 2017-06-02 15:13 GMT+08:00 Tancy Ni : > >> +1 >> >> sospartan 于2017年6月2日周五 下午3:07写道: >> >>> Hi Weex PPMC, >>> I'll calling a vote for release Weex-incubating 0.12.0-RC5. >>>

Re: reply:How to improve the animation in weex

2017-04-07 Thread jerry.s
Hi,Wenhong: If developer want to realize continuous animation in Weex. The usual way is trough call settimeout. when spirit move to assigned address in setting time. then call settimeout. the timer performance is the key point to improve animation performance with the spirit move frequently

Re: reply:How to improve the animation in weex

2017-04-06 Thread jerry.s
Hi,Kaifeng: It's GREAT. Because weex use timer frequently . I think this method will reduce delay in communication I will add similar feature for iOS in Weex. Best Regards Jerry > 在 2017年4月6日,下午7:21,刘洋(凯冯) 写道: > > Hi all, > > > The typical way to create

How to improve the animation in weex

2017-04-06 Thread jerry.s
Hi All: If there is a lot of communication to run animation in weex. animation is not smooth. Is there method to improve animation in weex? Best Regards Jerry