Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayogohealth/cordova-plugin-wkkeyboardfix
Cordova plugin to provide a temporary fix for an iOS 12 and 13 bug involving keyboards in WKWebView.
https://github.com/ayogohealth/cordova-plugin-wkkeyboardfix
cordova cordova-plugin hacktoberfest ios wkwebview
Last synced: about 5 hours ago
JSON representation
Cordova plugin to provide a temporary fix for an iOS 12 and 13 bug involving keyboards in WKWebView.
- Host: GitHub
- URL: https://github.com/ayogohealth/cordova-plugin-wkkeyboardfix
- Owner: AyogoHealth
- License: apache-2.0
- Created: 2019-09-06T21:16:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T15:31:41.000Z (over 4 years ago)
- Last Synced: 2024-10-15T02:32:46.473Z (about 1 month ago)
- Topics: cordova, cordova-plugin, hacktoberfest, ios, wkwebview
- Language: Objective-C
- Size: 16.6 KB
- Stars: 13
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
cordova-plugin-WKKeyboardFix
============================This plugin provides a temporary fix for an iOS 12 and 13 bug involving
keyboards in WKWebView causing scrolling that is not reset when the keyboard is
dismissed.As of iOS 13.4, this bug has been fixed.
**Note:** This plugin is a **hack** around a bug in iOS. It might result in
your app being rejected from the App Store! Use this at your own risk.Installation
------------```
cordova plugin add cordova-plugin-wkkeyboardfix
```Supported Platforms
-------------------* **iOS** (cordova-ios >= 4.5.0)
Contributing
------------Contributions of bug reports, feature requests, and pull requests are greatly
appreciated!Please note that this project is released with a [Contributor Code of
Conduct][coc]. By participating in this project you agree to abide by its
terms.Licence
-------Released under the Apache 2.0 Licence.
Copyright © 2019 Ayogo Health Inc.[coc]: https://github.com/AyogoHealth/cordova-plugin-wkkeyboardfix/blob/master/CODE_OF_CONDUCT.md