paulpatarinski / Xamarin.Forms.Plugins

Xamarin Forms Plugins
http://paulpatarinski.github.io/Xamarin.Forms.Plugins
MIT License
276 stars 141 forks source link

Keyboard Overlap Shift tha page up #168

Open mabdollahiasl opened 5 years ago

mabdollahiasl commented 5 years ago

I have a page with an entry in bottom of it. but when the entry focus the page shifted up and the content of page hides, I want to make page height smaller, like that happened in android. what can I do? thanks

mabdollahiasl commented 5 years ago

any help?

ahoke-cr commented 2 years ago

If you are using this plugin and you have page content inside a scroll view it will add too much extra space and cause your page contents to go off the screen. I do not recommend using this plugin if you have pages that have contents wrapped in a scroll view.