From 1b91e9756542d330d314c072fb5e12f661d8b502 Mon Sep 17 00:00:00 2001 From: "Sakamoto, Kazunori" Date: Thu, 1 Oct 2020 17:27:19 +0900 Subject: [PATCH 1/2] [webview_flutter] Fix a typo in README I guess `multiple keyboard` should be `multiple keyboard issues`. --- packages/webview_flutter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webview_flutter/README.md b/packages/webview_flutter/README.md index c7b55f1c89dd..080056075d4f 100644 --- a/packages/webview_flutter/README.md +++ b/packages/webview_flutter/README.md @@ -21,7 +21,7 @@ The WebView is relying on [Platform Views](https://flutter.dev/docs/development/platform-integration/platform-views) to embed the Android’s webview within the Flutter app. By default a Virtual Display based platform view backend is used, this implementation has multiple -[keyboard](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3Avd-only+label%3A%22p%3A+webview-keyboard%22). +[keyboard issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3Avd-only+label%3A%22p%3A+webview-keyboard%22). When keyboard input is required we recommend using the Hybrid Composition based platform views implementation. Note that on Android versions prior to Android 10 Hybrid Composition has some [performance drawbacks](https://flutter.dev/docs/development/platform-integration/platform-views#performance). From b83318fb81c5bac67b787abe7ec07054c2653345 Mon Sep 17 00:00:00 2001 From: "Sakamoto, Kazunori" Date: Thu, 1 Oct 2020 17:27:19 +0900 Subject: [PATCH 2/2] [webview_flutter] Fix a typo in README I guess `multiple keyboard` should be `multiple keyboard issues`. --- packages/webview_flutter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webview_flutter/README.md b/packages/webview_flutter/README.md index 2bfc312d36ab..9a613f5f7a8e 100644 --- a/packages/webview_flutter/README.md +++ b/packages/webview_flutter/README.md @@ -19,7 +19,7 @@ The WebView is relying on [Platform Views](https://flutter.dev/docs/development/platform-integration/platform-views) to embed the Android’s webview within the Flutter app. By default a Virtual Display based platform view backend is used, this implementation has multiple -[keyboard](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3Avd-only+label%3A%22p%3A+webview-keyboard%22). +[keyboard issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+label%3Avd-only+label%3A%22p%3A+webview-keyboard%22). When keyboard input is required we recommend using the Hybrid Composition based platform views implementation. Note that on Android versions prior to Android 10 Hybrid Composition has some [performance drawbacks](https://flutter.dev/docs/development/platform-integration/platform-views#performance).