Regarding plans to take weex global

2018-02-27 Thread Varun Sobti
Hello Everyone, I'm Varun Sobti, working as frontend lead with Paytm India. I’ve been exploring a lot about presence of weex and native script as these are the only 2 options available for vuejs. I figured out some problems that other engineers face, which stops them for using weex for

?????? ??Discussion?? More enhanced about component

2018-02-27 Thread ????
@Hanks ZhangThank you very much for your advice. I also believe that use the MessageEvent is more appropriate, I will modify the implementation. About the implementation of the Android platform, I'll give it a try. @misakuo -- -- ??: "Hanks

[GitHub] incubator-weex-site pull request #78: add sinazhongce App

2018-02-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex-site/pull/78 ---

[GitHub] incubator-weex-site pull request #80: Update users.yml

2018-02-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex-site/pull/80 ---

[GitHub] incubator-weex-site pull request #80: Update users.yml

2018-02-27 Thread wanghongyun
GitHub user wanghongyun opened a pull request: https://github.com/apache/incubator-weex-site/pull/80 Update users.yml add bandou app add cschool app You can merge this pull request into a Git repository by running: $ git pull

?????? ??Discussion?? More enhanced about component

2018-02-27 Thread ????
so sad.. You can see it here. https://gist.github.com/tw93/fc9d9c403234495c2b74e480cfc11bc4 -- -- ??: "acton"; : 2018??2??28??(??) 11:57 ??: "dev"; : Re:

Re: 【Discussion】 More enhanced about component

2018-02-27 Thread acton
hi Tw93, yuque.com needs to login or register, may be https://gist.github.com/ would be a better choice 2018-02-28 11:51 GMT+08:00 汤威 : > Sorry, the email format is very poor, please check the format here. > https://yuque.com/tw93/weex/icefzu > > > -- 原始邮件

????????Discussion?? More enhanced about component

2018-02-27 Thread ????
Sorry, the email format is very poor, please check the format here. https://yuque.com/tw93/weex/icefzu -- -- ??: ""; : 2018??2??28??(??) 11:37 ??: "dev"; :

[GitHub] incubator-weex-site pull request #79: Update users.yml

2018-02-27 Thread tryao
GitHub user tryao opened a pull request: https://github.com/apache/incubator-weex-site/pull/79 Update users.yml add sinazhongce App You can merge this pull request into a Git repository by running: $ git pull https://github.com/tryao/incubator-weex-site patch-2 Alternatively

[GitHub] incubator-weex-site issue #78: add sinazhongce App

2018-02-27 Thread tryao
Github user tryao commented on the issue: https://github.com/apache/incubator-weex-site/pull/78 it's ok? ---

[GitHub] incubator-weex-site pull request #78: 增�� 新浪众测

2018-02-27 Thread tryao
GitHub user tryao opened a pull request: https://github.com/apache/incubator-weex-site/pull/78 增加新浪众测 增加新浪众测 You can merge this pull request into a Git repository by running: $ git pull https://github.com/tryao/incubator-weex-site patch-1 Alternatively

[GitHub] incubator-weex-site issue #77: Update extend-android.md according to the lat...

2018-02-27 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex-site/pull/77 Not append commit logs, what I mean is to modify it... Never mind, I merged it anyway. ---

[GitHub] incubator-weex-site pull request #77: Update extend-android.md according to ...

2018-02-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-weex-site/pull/77 ---

[jira] [Updated] (WEEX-229) weex web weex-vue-render1.0.x text components value attribute not effective

2018-02-27 Thread fengwuxp (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] fengwuxp updated WEEX-229: -- Description: example code : `` result: ` ` use cdn js devDependencies list: {{"vue": "^2.5.3", }}

Re: Toast cannot be displayed in the iOS

2018-02-27 Thread 许有红
acton 于2018年2月27日 周二下午5:43写道: > you can try `[UIApplication shareApplication].keyWindow` may be ok, if the > toast view needs to be displayed, the superView must be the keyWindow, > maybe this is a bug for toast module. > > if it works, you can open an pull request to

Re: Toast cannot be displayed in the iOS

2018-02-27 Thread acton
you can try `[UIApplication shareApplication].keyWindow` may be ok, if the toast view needs to be displayed, the superView must be the keyWindow, maybe this is a bug for toast module. if it works, you can open an pull request to hep us fix it 2018-02-27 17:38 GMT+08:00 许有红

[GitHub] incubator-weex-site issue #77: Update extend-android.md according to the lat...

2018-02-27 Thread Hanks10100
Github user Hanks10100 commented on the issue: https://github.com/apache/incubator-weex-site/pull/77 @shikechen You can try `git push -f` to force update your master branch. If I squash and modified your commits, your contribution info would be omitted. I'm not sure if you care about

Re: Toast cannot be displayed in the iOS

2018-02-27 Thread 许有红
acton 于2018年2月27日 周二下午5:21写道: > I guess the reason is applications windows location, you can try to debug > by po all the windows both in your application and Weex Playground app > > the toast try to find a superview by getting the application windows. > > 2018-02-27

Re: Toast cannot be displayed in the iOS

2018-02-27 Thread acton
I guess the reason is applications windows location, you can try to debug by po all the windows both in your application and Weex Playground app the toast try to find a superview by getting the application windows. 2018-02-27 17:14 GMT+08:00 许有红 : > Toast cannot be