2
I have an application in Xamarin using Hybriwebview (HTML screens). Inside it I have a text input at the bottom of the screen and when I click on the input the keyboard of the phone is over my input, so I can’t see what I’m typing. I found how solutions on the internet add Height to the screen when the input is clicked, but I believe there is a more correct way to do this.
Does anyone have any idea?
Adding height to the screen is the most correct solution
– outrowender