Re: there have any value to measure first screen time?

2017-06-26 Thread Adam Feng
Hi,nan,in short,Weex has not provided ways to measure async rendering. You can use networkTime and firstScreenRenderTime to measure sync rendering for the first time. As we do not when where and how many times will the aync fetching occur,we can not give a accurate time from SDK's view. You can

[jira] [Commented] (WEEX-34) Update csslayout to Yoga

2017-06-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16064328#comment-16064328 ] ASF GitHub Bot commented on WEEX-34: GitHub user sospartan opened a pull request: ht

??????there have any value to measure first screen time??

2017-06-26 Thread nan
Can someone answer my question? thanks -- -- ??: "nan";; : 2017??6??24??(??) 1:28 ??: "dev"; : there have any value to measure first screen time?? I want to kown the weex's page performance at user's view. I use the netw

Re: android weexSDK应该支持armeabi-v7a放弃armeabi

2017-06-26 Thread shihan zheng
Thank you for feedback. And we will think about what you suggested. 在 2017年6月26日 下午2:49,Zhaopeng 黄昭鹏 写道: > 最近集成android weexSDK折腾了好久才能跑起来,原因就是项目同时用到了Realm数据库,而Realm不再支持armeabi,所以我指定了ndk > armeabi-v7a。 > 这样的话直接跑weex就报错了,后来发现weex只提供了armeabi和x86的so,要把so到拷贝到armeabi-v7a文件夹里。 > 如果我自己的lib依赖weex并且要发布出去

[jira] [Commented] (WEEX-34) Update csslayout to Yoga

2017-06-26 Thread sospartan (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16064312#comment-16064312 ] sospartan commented on WEEX-34: --- Latest version is 1.5.1 > Update csslayout to Yoga >

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

2017-06-26 Thread Hanks Zhang
The Weex runtime has some legacy hack of the console on Android platform. As we switch the js engine from v8 to JSC on Android, the legacy hacks didn't work well. I have already fixed this in https://github.com/apache/ incubator-weex/pull/470 . It will be merged after code review. Because not all

Errored: apache/incubator-weex#1653 (0.14-dev - cbc2e2d)

2017-06-26 Thread Travis CI
Build Update for apache/incubator-weex - Build: #1653 Status: Errored Duration: 10 minutes and 45 seconds Commit: cbc2e2d (0.14-dev) Author: MrRaindrop Message: Merge branch '0.14-dev' of https://github.com/erha19/incubator-weex into 0.14-dev View the changes

Re: weexSDK没有提供动态库,导致swift项目使用weex很不方便,甚至不能发布到pod

2017-06-26 Thread xing zhang
hi Zhaopeng , this is a mail group so that people who subscribe it will receive it. It will be better to using English so that other developers can understand you here. for a dynamic framework in iOS, this pull requests https://github.com/

weexSDK没有提供动态库,导致swift项目使用weex很不方便,甚至不能发布到pod

2017-06-26 Thread Zhaopeng 黄昭鹏
这个问题我在这里也发布过https://segmentfault.com/q/101008904433 公司最新的移动框架基于weex打造https://github.com/macula-projects/cenarius-ios/tree/3.0,也就是我正在做的事情。

android weexSDK应该支持armeabi-v7a放弃armeabi

2017-06-26 Thread Zhaopeng 黄昭鹏
最近集成android weexSDK折腾了好久才能跑起来,原因就是项目同时用到了Realm数据库,而Realm不再支持armeabi,所以我指定了ndk armeabi-v7a。 这样的话直接跑weex就报错了,后来发现weex只提供了armeabi和x86的so,要把so到拷贝到armeabi-v7a文件夹里。如果我自己的lib依赖weex并且要发布出去,就不好搞了。 虽然armeabi可以兼容armeabi-v7a,但是现在armeabi已经很少了,支持armeabi-v7a才更有意义,对性能提升有帮助。比如著名的数据库Realm就早早的放弃了armeabi。而且,作为一个开源SDK