Re: 回复: Thefocus of thepage keyboard trigger led to the top of thenavigation barcan not berestored

2017-12-21 Thread xing zhang
> thenavigation barcan not berestored > > > > Iphone 6 plus phone for use, iOS 11, weex sdk version 0.17 > > > -- 原始邮件 -- > 发件人: "xing zhang";<zhangxing610...@gmail.com>; > 发送时间: 2017年12月20日(星期三) 下午2:28 > 收件人: "de

Re: 回复: Thefocus of thepage keyboard trigger led to the top of thenavigation barcan not berestored

2017-12-19 Thread xing zhang
gt; It looks something wrong happen with the layout while the personal > hotspot is open. > > > > Thanks. > > Adam Feng > > > > On 20 Dec 2017, 1:45 PM +0800, 唐波 <765471...@qq.com>, wrote: > > > Due to the inability to add picture attachments, picture link addre

Re: The focus of the page keyboard trigger led to the top of the navigation bar can not be restored

2017-12-19 Thread xing zhang
Did you use weex for navigationBar? Sure, you can attach 2017-12-20 10:53 GMT+08:00 唐波 <765471...@qq.com>: > Can I attach a picture? > > > > > -- 原始邮件 -- > 发件人: "我自己的邮箱";<765471...@qq.com>; > 发送时间: 2017年12月19日(星期二) 下午2:30 > 收件人: "dev"; > >

Re: customize request when download bundle js in weex

2017-11-30 Thread xing zhang
> > > ------ Original -- > From: "xing zhang"<zhangxing610...@gmail.com>; > Date: Thu, Nov 30, 2017 08:39 PM > To: "Weex问题列表"<dev@weex.incubator.apache.org>; > > Subject: Re: customize request when download bundle js in weex > &

iPhone X adapter about meta module supporting viewport

2017-11-30 Thread xing zhang
As we all know, iPhone X introduce us a safe-area concept, and make it much more compatible with iPhone X is my aim, all the iOS developers pay more attention on it. By referencing Webkit strategy for iPhone X, the first new

Re: customize request when download bundle js in weex

2017-11-30 Thread xing zhang
s useful > > > > 在 2017/11/30 17:19,“Adam Feng”<cxfe...@gmail.com> 写入: > > > > +1, adding custom header (such as cookie) to request is useful, > it > > should be supported both on iOS and Android. > > > > Tha

customize request when download bundle js in weex

2017-11-30 Thread xing zhang
Hi all, According to my observation, you can specify a URL or js content to render a page, for URL , then WeexSDK build a request for download the resource and pour into the engine to render. But in most case, we need customize a request for downloading a resource, and we can setup our

Re: Use multi context for Weex page

2017-11-30 Thread xing zhang
I think that this action should be done as soon as possible, there are so much problem such as memory issue and context `pollution` for the shared context. 2017-11-29 21:50 GMT+08:00 wentao shi : > As we know, Weex is using custom js engine (JavascriptCore) on Android as >

Re: Use ES6 js framework on Android

2017-11-29 Thread xing zhang
cool, it is a very good news. 2017-11-29 18:02 GMT+08:00 Hanks Zhang : > Weex is using custom js engine (JavascriptCore) on Android. Its version is > new and supports almost all ES6 features, except modules. > > I think this is a good opportunity to use ES6 in js framework

Weex accessibility discussion about voice-over in iOS read order

2017-11-08 Thread xing zhang
hi, all Recently I am researching accessibility in iOS, developer can write simple accessible app using weex now. There is a case for me to be confused,that's the *voice-over navigation order* , you can just think of how the voice-over visit view element, we can visit a view tree using

Re: the max-width for css-style should be taken into consideration when drawing text

2017-11-05 Thread xing zhang
`max-height` also be supported? > > Thanks. > Adam Feng > > On 5 Nov 2017, 12:22 PM +0800, xing zhang <zhangxing610...@gmail.com>, > wrote: > > Hi , I open an issue for support max-width in iOS, as it works well > both on Android and web. > > > &

the max-width for css-style should be taken into consideration when drawing text

2017-11-04 Thread xing zhang
Hi , I open an issue for support max-width in iOS, as it works well both on Android and web. As I test the css for `max-width`, it works well both on Android and Web platform except iOS. Here is the test code on DotWe website: http://dotwe.org/vue/7e556c582a55630518d0bf6336ddde0e When

Re: Moving Playground & Examples out of Weex repo

2017-10-30 Thread xing zhang
We should update the Playground App in App Store both on Android and iOS frequently, so the developers can use it to preview their page using the new feature, and we can fix the emergency bug at the same time. 2017-10-30 21:59 GMT+08:00 Jonathan Dong : > Hi Weex

Re: box-shadow not working correctly

2017-10-16 Thread xing zhang
hi 陈泽峰 I open a pull request to fix this issue last week, the pull request is https://github.com/apache/incubator-weex/pull/791. 2017-10-16 16:28 GMT+08:00 陈泽峰 : > hi > i found box-shadow not working correctly in case like this >

Re: Replace Facebook/Yoga with a new implementation.

2017-10-12 Thread xing zhang
Should we consider about layout percent unit, flex-shrink, flex-grow, flexBasis, and baseline in align-Items ? 2017-10-12 16:54 GMT+08:00 申远 : > Dear all, > > I’m considering replacing Facebook/Yoga to a new layout system based on > Google/Flexbox due to Facebook’s

Re: weex doc update

2017-09-30 Thread xing zhang
hi chenzefeng, we are checking the docs. For the new feature such as drag-drop and recyle-list, we think they are not ready for the developers to use it for production environment, and as soon as they are ready, we'll update the developer documentation. thanks by acton393 2017-09-30 16:29

[RESULT] [VOTE] New committer gurisxie

2017-09-13 Thread xing zhang
The vote has now closed. The results are: Binding Votes: +1 [TOTAL BINDING +3 VOTES] 0 [TOTAL BINDING +0/-0 VOTES] -1 [TOTAL BINDING 0 VOTES] The vote is ***successful*** Thanks to shihan Zheng , Adam Feng and Luke Han for this votes.

Re: WXTextComponent view crashes intermittently with EXC_BAD_ACCESS KERN_INVALID_ADDRESS in drawTextWithContext:bounds:padding:view: at _drawGlyphsForGlyphRange:atPoint:. WXTextComponent view crashes

2017-09-13 Thread xing zhang
hi, we are trying to fix it. It is because multi-thread draw text using textkit, now we are using coreText draw text, those crashes are less. 2017-09-06 10:38 GMT+08:00 张水生 : > Hi, Weex Team: >WXTextComponent view crashes intermittently with EXC_BAD_ACCESS

Re: Where's the rest?!?

2017-06-10 Thread xing zhang
some of you where at the ApacheCon right? > > Regards, Raphael > > Am .06.2017, 11:33 Uhr, schrieb xing zhang <zhangxing610...@gmail.com>: > > > Yeah,you are right, I just ignore this, and will talk more later, do more > > on mailing list, thx for your support.

Re: Where's the rest?!?

2017-06-09 Thread xing zhang
Yeah,you are right, I just ignore this, and will talk more later, do more on mailing list, thx for your support. 2017-06-09 16:16 GMT+08:00 Raphael Bircher : > Hi folks, > > We have the first release out. That's great. But as you all know, we just > started here. One

Re: set border-bottom with scroller component(ios) is not work

2017-06-04 Thread xing zhang
the unilateral border is not supported on iOS for scroller now, we are trying to. thx 2017-06-04 23:11 GMT+08:00 南 : > hi all: > > I find a bug when i use weex(0.11), set border-bottom with scroller > component is not work at ios. > and is ok at android. > > this is my code:

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

2017-06-02 Thread xing zhang
+1 2017-06-02 15:21 GMT+08:00 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写道: > >> >