javascript - Ionic - Back button close keyboard but input still focused -
this causes awkward behaviour. when reselect input field keyboard pops again, input field stays behind keyboard.
when closing keyboard without using button works intended.
this didn't use problem, after created new project using newest version (v1.0.0 "uranium-unicorn") of ionic bug occurred.
any suggestions?
i managed fixed problem, missing following plugin:
cordova plugin add com.ionic.keyboard
(i had realisation after posted question)
Comments
Post a Comment