Chris Bolton
Chris Bolton

Reputation: 2314

ionic header bar hiding input label

I am using an ionic header bar in my app... When I click on an input label to enter some text... you can't see the input bar anymore... When I click on a selector, the header bar will disappear... Is there a way to make it do this for inputs?

Previously, the input distance was above the "from" selector list.. I placed it below, but this didn't help fix it. Also, it looks fine on iPhone 6... It just gets worse on smaller screens.

Pictures below:

Normal looking

Can't see distance input value

Upvotes: 0

Views: 383

Answers (1)

premiumFrye
premiumFrye

Reputation: 327

Is this what you're looking for?

cordova.plugins.Keyboard.disableScroll(true)

Upvotes: 1

Related Questions