From e6b4e29fea1222576bef9805e9e91ae60d412f9e Mon Sep 17 00:00:00 2001 From: cjand <1747143535@qq.com> Date: Wed, 28 Aug 2024 15:51:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cjand <1747143535@qq.com> --- flutter_inappwebview_ohos/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flutter_inappwebview_ohos/README.md b/flutter_inappwebview_ohos/README.md index c2c10027..90a8a57c 100644 --- a/flutter_inappwebview_ohos/README.md +++ b/flutter_inappwebview_ohos/README.md @@ -14,5 +14,8 @@ For help getting started with Flutter development, view the samples, guidance on mobile development, and a full API reference. FAQ + In ohos, A blank page is displayed when an abnormal website is accessed.(访问异常网站时,显示空白页面) +In ohos, jump maps are not supported.(不支持跳转地图) + -- Gitee From e3606bfc256392f2aa9911822d106177c8e8901d Mon Sep 17 00:00:00 2001 From: cjand <1747143535@qq.com> Date: Thu, 29 Aug 2024 09:44:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cjand <1747143535@qq.com> --- flutter_inappwebview_ohos/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter_inappwebview_ohos/README.md b/flutter_inappwebview_ohos/README.md index 90a8a57c..5b694d7b 100644 --- a/flutter_inappwebview_ohos/README.md +++ b/flutter_inappwebview_ohos/README.md @@ -15,7 +15,7 @@ samples, guidance on mobile development, and a full API reference. FAQ -In ohos, A blank page is displayed when an abnormal website is accessed.(访问异常网站时,显示空白页面) +In ohos, A blank page is displayed when an abnormal website is accessed. -In ohos, jump maps are not supported.(不支持跳转地图) +In ohos, jump maps are not supported. -- Gitee