hi Tejasva Dhyani , The default text break rule is by char on iOS, but we provide a css style called word-wrap on iOS, and here is the pull request : https://github.com/apache/incubator-weex/pull/887,
this feature is provided on master branch in weex repository <https://github.com/apache/incubator-weex> , so you can build your own framework from source code <https://weex.apache.org/guide/integrate-to-your-app.html#build-your-own-weexsdk-framework-and-import-to-your-project> , then try the case : http://dotwe.org/vue/d58055c6b6a9e92c1f0824cd662f6a72 , this will be ok [image: 内嵌图片 1] by acton 2018-01-23 12:28 GMT+08:00 Tejasva Dhyani <[email protected]> : > Hi, > > We, at Paytm, are trying to incorporate the multiple line ellipsis > functionality provided in weex. Please refer to the link below for our > exact requirement. > > http://dotwe.org/vue/a04b4971d36a1810e587c194354dae2a > > For android and web, this is working perfectly fine as intended. Please > see the screenshots below for the results in android and web > > Web > [image: Inline image 2] > > Android > > [image: Inline image 1] > > However, when we try to render this on IOS, the words are breaking. Please > see the screenshot below with the word breaking highlighted. > > > > [image: Images] > Please look into this and help us with a solution. > > Thanks and regards > > -- > > Tejasva Dhyani > Senior Software Engineer > +91-8600234166 <+91%2086002%2034166> >
