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

Disable KeyboardOverlapRenderer

Open salmankaludi opened this issue 6 years ago • 2 comments
trafficstars

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.

salmankaludi avatar Apr 16 '19 12:04 salmankaludi

@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.

MarcK95 avatar Sep 30 '21 14:09 MarcK95

@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.

ahoke-cr avatar May 16 '22 19:05 ahoke-cr