ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
193 stars 178 forks source link

the keyboard hide the input inside the form #57

Closed YnsDev1 closed 5 years ago

YnsDev1 commented 5 years ago

i have a problem with the keyboard , it hide the lowers inputs inside a form

any help please ?

geltoncruz commented 5 years ago

I had the problem but I solved it. The position attribute, in ion-col, has the relative value as default. So I changed the attribute position value to "initial"

ion-col {
position: initial
}
jcesarmobile commented 5 years ago

Can you provide a sample app or at least some code and the preferences you are using for the resize mode?

geltoncruz commented 5 years ago

Can you provide a sample app or at least some code and the preferences you are using for the resize mode?

Yes! I can!

I posted the page and scss on github gist. you can see in: https://gist.github.com/geltoncruz/c6cc8487a9ef8364d6a0386824c43a9d

jcesarmobile commented 5 years ago

I was asking to the OP, not to you @geltoncruz, you said you had solved it. Also, I was asking about his plugin preferences too, not just code.

Going to close as he didn't answer, but I hope your code helps others.