* [android] Android support emoji now.

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/9086af4a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/9086af4a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/9086af4a

Branch: refs/heads/0.11-dev
Commit: 9086af4a0564e475de266a0020adf6ec1511064f
Parents: ba53882
Author: YorkShen <shenyua...@gmail.com>
Authored: Thu Mar 2 11:10:06 2017 +0800
Committer: YorkShen <shenyua...@gmail.com>
Committed: Thu Mar 2 11:50:19 2017 +0800

----------------------------------------------------------------------
 doc/source/cn/faq.md | 4 ----
 doc/source/faq.md    | 3 ---
 2 files changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/9086af4a/doc/source/cn/faq.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/faq.md b/doc/source/cn/faq.md
index 6ef3f75..871a857 100644
--- a/doc/source/cn/faq.md
+++ b/doc/source/cn/faq.md
@@ -82,10 +82,6 @@ modal.toast({message: 'hello'})
 
 `overflow` 样式在 Android 默认为 `hidden` 并且无法修改,原因是 
Android View framework 限制。这个问题只出现在 Android 端,iOS 
端和 H5 正常。
 
-## Android 不支持 emoji
-
-由于 Android NDK 仅支持 Modified UTF-8,因此不支持 emoji。Android 
6.0 以下使用 emoji 可能会导致崩溃,在 Android 6.0 
以上则可能出现意外的行为。只能使用 Modified 
UTF-8,**不要使用 emoji**。
-
 ## 如何取消 750 像素自适应并以宽高比计算真实像素?
 
 `this.$getConfig()` 方法会返回一个对象,这个对象的 
`deviceHeight` 和 `deviceWidth` 属性即实际设备宽度/高度(以像素
为单位),而不是以 750 适配的。

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/9086af4a/doc/source/faq.md
----------------------------------------------------------------------
diff --git a/doc/source/faq.md b/doc/source/faq.md
index d3e5ea2..4c21d20 100644
--- a/doc/source/faq.md
+++ b/doc/source/faq.md
@@ -75,9 +75,6 @@ We will bring a better syntax design in the future.
 ## Android only support `overflow:hidden`
 The `overflow` style in android is `hidden` and cannot be changed. This is the 
result of Android View framework. This only happens on Android, iOS will work 
as expected.
 
-## Android do not support emoji
-As Android NDK only supports Modified UTF-8, emoji is not support yet. Any 
attemp to use emoji may cause crash in case of lower than Android 6.0, and 
unexpected behavior when it is higher than 6.0. Only use Modified UTF-8, **do 
not** use emoji.
-
 ## How to get rid of 750 adaption and calculate width/height in real pixels?
 
 The deviceHeight and deviceWidth got in `this.$getConfig()` is the real device 
width/height in pixels, not the ones with 750-adapted.

Reply via email to