[jira] [Commented] (WEEX-91) support max-width in text component on iOS

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239409#comment-16239409 ] ASF GitHub Bot commented on WEEX-91: GitHub user acton393 opened a pull request:

[jira] [Commented] (WEEX-81) shadow render wrong

2017-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WEEX-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16239406#comment-16239406 ] ASF GitHub Bot commented on WEEX-81: Github user acton393 closed the pull request at:

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: Plugin development

2017-11-04 Thread Tiago Alves
I figured it out. weex plugin create weex-my-plugin Then there are more instructions in doc/how-to-develop.md. I will translate this document, add more info and PR it to the docs. Seems important! Tiago On Sat, 4 Nov 2017 at 16:06 Tiago Alves wrote: > Good day! > > I am

Plugin development

2017-11-04 Thread Tiago Alves
Good day! I am developing a weex plugin. I feel it will be a great oportunity for me to help improving the plugin docs. I remember reading docs about developing a weex plugin (plugin.xml, etc), but thats seems to be gone along with the legacy stuff. Is there any docs that would help me getting