updated README minimum ios xcode version
This commit is contained in:
parent
ba2c702665
commit
2786dd58d2
|
@ -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"
|
- Dart sdk: ">=2.14.0 <3.0.0"
|
||||||
- Flutter: ">=2.5.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)
|
- 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
|
## Installation
|
||||||
|
|
||||||
|
|
|
@ -2084,7 +2084,7 @@ class InAppWebViewController {
|
||||||
this.javaScriptHandlersMap[handlerName] = (callback);
|
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 the value associated with [handlerName] before it was removed.
|
||||||
///Returns `null` if [handlerName] was not found.
|
///Returns `null` if [handlerName] was not found.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue