Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/webview_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.10+4

* Add keyboard text to README.

## 0.3.10+3

* Don't log an unknown setting key error for 'debuggingEnabled' on iOS.
Expand Down
11 changes: 11 additions & 0 deletions packages/webview_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ To use this plugin on iOS you need to opt-in for the embedded views preview by
adding a boolean property to the app's `Info.plist` file, with the key `io.flutter.embedded_views_preview`
and the value `YES`.

Keyboard support within webviews is also experimental. The above tags also
surface known issues with keyboard input. Some currently known keyboard issues,
as of `webview_flutter` version `0.3.10+4`:

* [Input needs to be tapped twice to be registered on Samsung
devices](https://github.com/flutter/flutter/issues/35867)
* [Keyboard behavior is buggy after a
resize](https://github.com/flutter/flutter/issues/36978)
* [Keyboard persists after tapping outside text
field](https://github.com/flutter/flutter/issues/36478)

## Setup

### iOS
Expand Down
2 changes: 1 addition & 1 deletion packages/webview_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: webview_flutter
description: A Flutter plugin that provides a WebView widget on Android and iOS.
version: 0.3.10+3
version: 0.3.10+4
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/webview_flutter

Expand Down