Ryno C.
Ryno C.

Reputation: 198

Ionic - Back button close keyboard but input still focused

This causes for very awkward behaviour. When you reselect another input field the keyboard pops up again, but the input field stays behind the keyboard.

When closing the keyboard without using the back button everything works as intended.

This didn't use to be a problem, but after I created a new project using the newest version (v1.0.0 "uranium-unicorn") of ionic this bug occurred.

Any suggestions?

Upvotes: 0

Views: 613

Answers (1)

Ryno C.
Ryno C.

Reputation: 198

I managed to fixed the problem, I was missing the following plugin:

cordova plugin add com.ionic.keyboard

(I suddenly had the realisation after I posted the question)

Upvotes: 1

Related Questions