Re: [Bug] Should we need to improve JSframework's pass-by value?

2018-01-04 Thread
We define weex module method like this on iOS platform: - (void)someFunction:(NSDictionary *)options { // parse options dictionary } Parameter options is treated as NSDictionary *, expecting any javascript object is converted to a NSDictionary * instance. undefined/null should convert

Re: customize request when download bundle js in weex

2017-11-30 Thread
-11-30 19:55 GMT+08:00 杨 劭君 <shaojun.y...@outlook.com>: > +1, customize request header is useful > > 在 2017/11/30 17:19,“Adam Feng”<cxfe...@gmail.com> 写入: > > +1, adding custom header (such as cookie) to request is useful, it > should

Re: customize request when download bundle js in weex

2017-11-30 Thread
+1, customize request header is useful 在 2017/11/30 17:19,“Adam Feng” 写入: +1, adding custom header (such as cookie) to request is useful, it should be supported both on iOS and Android. Thanks. Adam Feng On 30 Nov 2017, 5:16 PM +0800, xing zhang

Re: Weex accessibility discussion about voice-over in iOS read order

2017-11-09 Thread
Using API to define navigation order is necessary, but default order is important too, define the order for every element manually is quite heavy for the developer. @xing zhang Maybe [https://www.w3.org/TR/html51/editing.html#focus] is helpful, browser provide default sequential focus