Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

[WEEX-133][iOS] support word-wrap on iOS when drawing text #887

Closed
wants to merge 1 commit into from

Conversation

acton393
Copy link
Member

@acton393 acton393 commented Nov 17, 2017

support word-wrap on text component, according to w3c rules, word-wrap
can be normal or word-break value, and normal will just clip character, and
word break will break a new line.

w3c document: https://developer.mozilla.org/en-US/docs/Web/CSS/word-wrap

try case: http://dotwe.org/vue/5460408a9159fd13168f64bf0b046c4b

Bug:133

 support word-wrap on text component, according to w3c rules, word-wrap
maybe normal or word-break value, and normal will just clip character, and
word break will break a new line.

w3c document: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap

try case: http://dotwe.org/vue/5460408a9159fd13168f64bf0b046c4b

Bug:133
@weex-bot
Copy link

weex-bot commented Nov 17, 2017

Messages
📖 has no android file changed.
📖 android test finished.

Generated by 🚫 dangerJS

@asfgit asfgit closed this in 1201b24 Nov 20, 2017
asfgit pushed a commit that referenced this pull request Nov 20, 2017
atomtong added a commit to atomtong/incubator-weex that referenced this pull request Nov 29, 2017
* master:
  close apache#790,close apache#796,close apache#801,close apache#803
  close apache#884,close apache#886,close apache#889
  -[test] close apache#887
  resolve apache#887
  [WEEX-132][iOS] support text writing direction from right to left
  [WEEX-133][iOS] support word-wrap on iOS when drawing text
  [WEEX-129][android] Appear Event Be Fired Multi Times And Event not watch be fired
  [WEEX-124][android]fix android bug
  * [android] fix page oin slider can not receive the lifecycle callbacks
atomtong added a commit to atomtong/incubator-weex that referenced this pull request Nov 29, 2017
* master:
  * [doc] publish 0.17.0 release note
  [WEEX-112][iOS] make weex playground app adapt to iPhone X
  close apache#896
  * [test] bug fix , compatibility of maraca can't find element
  [WEEX-131][ios]URL property in error event of web component may not be the real URL, fix it.
  close apache#822
  Add mavenLocal before jcenter repository
  Remove maven central repository, use only jcenter
  close apache#790,close apache#796,close apache#801,close apache#803
  close apache#884,close apache#886,close apache#889
  -[test] close apache#887
  resolve apache#887
  [WEEX-132][iOS] support text writing direction from right to left
  [WEEX-133][iOS] support word-wrap on iOS when drawing text
  [WEEX-129][android] Appear Event Be Fired Multi Times And Event not watch be fired
  [WEEX-124][android]fix android bug
@acton393 acton393 deleted the ios-feature-text-break-mode branch December 27, 2017 09:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants