From 93290f31fc3ac9d9c5fbe08fd2ab6a92cf07fbac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=AC=A7=E9=98=B3=E6=99=BA?= <1742104739@qq.com>
Date: Wed, 27 Dec 2023 18:12:05 +0800
Subject: [PATCH] =?UTF-8?q?[Issues:=20#I8REHM]=20=E6=9B=B4=E6=96=B0vamll?=
=?UTF-8?q?=E7=89=88react-native-autoheight-webview=E5=88=B0=E6=A8=A1?=
=?UTF-8?q?=E7=89=88v0.1.2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vmall/react-native-autoheight-webview.md | 28 ++++++++++++------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/vmall/react-native-autoheight-webview.md b/vmall/react-native-autoheight-webview.md
index 99188097..07c29228 100644
--- a/vmall/react-native-autoheight-webview.md
+++ b/vmall/react-native-autoheight-webview.md
@@ -56,20 +56,20 @@ import AutoHeightWebView from "react-native-autoheight-webview";
> [!tip] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。
-| Name | Description | Type | Required | Platform | HarmonyOS Support |
-| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | -------- | -------- | ------- |
-| `source` | Loads static HTML or a URI (with optional headers) in the WebView | Only of:
**Load uri :**
uri
headers
**Static HTML :**
html
baseUrl | yes | All | partially |
-| `originWhitelist?` | List of origin strings to allow being navigated to. | string[] | No | All | yes |
-| `scalesPageToFit?` | Boolean that controls whether the web content is scaled to fit the view and enables the user to change the scale. | boolean | No | android | yes |
-| `customScript?` | - | string | No | All | yes |
-| `style?` | A style object that allow you to customize the WebView style. | Style | No | All | yes |
-| `customStyle?` | The custom css content will be added to the page's