This is an automated email from the ASF dual-hosted git repository.
cnryb 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 5cca2d8 Update platform-difference.md
new 1d3ee05 Merge pull request #581 from andreiTn/patch-1
5cca2d8 is described below
commit 5cca2d840269c956393dc7bd96f47c56b28a1283
Author: Andrei <[email protected]>
AuthorDate: Sun Apr 26 08:13:06 2020 +0100
Update platform-difference.md
---
docs/guide/platform-difference.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/guide/platform-difference.md
b/docs/guide/platform-difference.md
index e4b9720..ec8f2ff 100644
--- a/docs/guide/platform-difference.md
+++ b/docs/guide/platform-difference.md
@@ -58,6 +58,6 @@ The mobile device native API can be called in Weex by using
the registration and
+ [《navigator control》](../docs/modules/navigator.html)
+ [《storage》](../docs/modules/storage.html)
-In order to maintain the versatility of the framework, Weex's built-in native
modules are limited, but Weex provides the ability to extend native modules.
For specific extension methods, please refer to [《iOS
extend》](./extend/extend-ios.html) 和[《Android
extend》](./extend/extend-android.html)。
+In order to maintain the versatility of the framework, Weex's built-in native
modules are limited, but Weex provides the ability to extend native modules.
For specific extension methods, please refer to [《iOS
extend》](./extend/extend-ios.html) and[《Android
extend》](./extend/extend-android.html)。
> Some interfaces also exist in the browser environment, but you should pay
> attention to browser compatibility when using them; for example, the
> clipboard function, for security reasons, most browsers restrict their use.