paulpatarinski / Xamarin.Forms.Plugins

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

Disable KeyboardOverlapRenderer #170

Open salmankaludi opened 5 years ago

salmankaludi commented 5 years ago

Is there any way to disable KeyboardOverlapRenderer? I want to disable it at a particular point and enable it at another point. @paulpatarinski any help on this would be much appreciated.

MarcK95 commented 3 years ago

@salmankaludi Did you ever find a solution for this? I also need this plugin for a specific page but it messes up certain other ones.

ahoke-cr commented 2 years ago

@salmankaludi @MarcK95 a better approach would be to create a custom effect. I adapted some custom renderer code from xamboy to work as an effect so I can selectively apply the keyboard overlap plugin behavior by page and use case.