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

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -