Skip to main content

bn.hideKeyboard

hideKeyboard(): Promise<void>

description Hide keyboard

example

bn .hideKeyboard() .then(res => {   console.log('hideKeyboard res', res) }) .catch(error => {   console.log('hideKeyboard error', error) })

Returns

Promise<void>