You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/07/26 09:47:25 UTC

[incubator-weex-site] branch master updated: [Doc] edit multi-size-screen.md (#461)

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d4982b7  [Doc] edit multi-size-screen.md (#461)
d4982b7 is described below

commit d4982b7b2998cee86e38511ac4cb96ca8a4a64f9
Author: katherine95s <51...@users.noreply.github.com>
AuthorDate: Fri Jul 26 17:47:20 2019 +0800

    [Doc] edit multi-size-screen.md (#461)
---
 docs/guide/advanced/multi-size-screen.md    | 3 +++
 docs/zh/guide/advanced/multi-size-screen.md | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/docs/guide/advanced/multi-size-screen.md b/docs/guide/advanced/multi-size-screen.md
index 294b2ba..f47dc34 100644
--- a/docs/guide/advanced/multi-size-screen.md
+++ b/docs/guide/advanced/multi-size-screen.md
@@ -11,6 +11,9 @@ has_chapter_content: true
 
 In this article, we demonstrate how to fit Weex pages for different or changable screen sizes such as orientation switches.
 
+::: danger 
+iOS only,Android not support yet
+:::
 ## How Weex convert a CSS style ot view coordinate
 
 Take iOS as example, when your application starts up, Weex acquires current device screen width as global variable. On iOS, this value is screen physical pixels divided by screen scale. For iPhone6, this value is 375.
diff --git a/docs/zh/guide/advanced/multi-size-screen.md b/docs/zh/guide/advanced/multi-size-screen.md
index 4201d4b..469eb5e 100644
--- a/docs/zh/guide/advanced/multi-size-screen.md
+++ b/docs/zh/guide/advanced/multi-size-screen.md
@@ -10,6 +10,9 @@ has_chapter_content: true
 ## 简介
 
 本文将介绍 Weex 适配不同尺寸屏幕的方法以及横竖屏动态切换时如何自适应。
+::: danger 
+Android暂不支持
+:::
 
 ## Weex 如何将前端样式值转换为系统坐标值