forked from MapComplete/MapComplete
Android: back button will close the keyboard
This commit is contained in:
parent
714bed7c51
commit
e9c828a2c5
2 changed files with 11 additions and 1 deletions
|
|
@ -31,6 +31,8 @@
|
|||
inputElement?.select()
|
||||
}
|
||||
})
|
||||
}else if(document.activeElement === inputElement){
|
||||
inputElement?.blur()
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue