unFocus method
dynamic
unFocus()
Hide the keyboard using JavaScript since it's being opened in a WebView https://stackoverflow.com/a/8263376/10835183
Implementation
unFocus() {
javascriptExecutor.unFocus();
}
Hide the keyboard using JavaScript since it's being opened in a WebView https://stackoverflow.com/a/8263376/10835183
unFocus() {
javascriptExecutor.unFocus();
}