From 8f077597de8757b3ebc99230dd9beb06fe80f8ec Mon Sep 17 00:00:00 2001 From: zmf <279822581@qq.com> Date: Fri, 8 Dec 2023 15:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4url=5Flauncher=20FAQ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zmf <279822581@qq.com> --- packages/url_launcher/url_launcher_ohos/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/url_launcher/url_launcher_ohos/README.md b/packages/url_launcher/url_launcher_ohos/README.md index fcfaca91e..9d9d35bdf 100644 --- a/packages/url_launcher/url_launcher_ohos/README.md +++ b/packages/url_launcher/url_launcher_ohos/README.md @@ -13,3 +13,7 @@ should add it to your `pubspec.yaml` as usual. [1]: https://pub.dev/packages/url_launcher [2]: https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin + + +## FAQ +The 'Launch in app' feature is not supported. Please use the modified feature through native application configuration. \ No newline at end of file -- Gitee