Xamarin.Forms.Plugins icon indicating copy to clipboard operation
Xamarin.Forms.Plugins copied to clipboard

KeyboardOverlap Plugin doesn't work in case the page contains a Listview.

Open iitr-ankur opened this issue 9 years ago • 1 comments

My scenario is a Chat Page:

ListView for messages (display only, no entry control). StackLayout with horizontal orientation containing an Entry for text message and Send Button.

The Keyboard messes up the view on sending a message.

iitr-ankur avatar Feb 23 '16 13:02 iitr-ankur

I've also come across this bug. Specifically, I'm using the text changed event to change the send image source when no text is present (to a grayed out icon). This was causing some funky behavior with this plugin.

A good work around is just changing the opacity of the image instead, 1 when text is entered, 0.2 when no text is there, and the plugin works as desired.

swansca79 avatar Jun 17 '16 17:06 swansca79