updated README minimum ios xcode version

This commit is contained in:
Lorenzo Pichilli 2022-10-14 10:05:13 +02:00
parent ba2c702665
commit 2786dd58d2
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ Send a submission request to the [Submit App](https://inappwebview.dev/submit-ap
- Dart sdk: ">=2.14.0 <3.0.0"
- Flutter: ">=2.5.0"
- Android: `minSdkVersion 19` and add support for `androidx` (see [AndroidX Migration](https://flutter.dev/docs/development/androidx-migration) to migrate an existing app)
- iOS 9.0+: `--ios-language swift`, Xcode version `>= 12`
- iOS 9.0+: `--ios-language swift`, Xcode version `>= 14`
## Installation

View File

@ -2084,7 +2084,7 @@ class InAppWebViewController {
this.javaScriptHandlersMap[handlerName] = (callback);
}
///Removes a JavaScript message handler previously added with the [addJavaScriptHandler()] associated to [handlerName] key.
///Removes a JavaScript message handler previously added with the [addJavaScriptHandler] associated to [handlerName] key.
///Returns the value associated with [handlerName] before it was removed.
///Returns `null` if [handlerName] was not found.
///