Hi,
I had this line KeyboardOverlap.Forms.Plugin.iOSUnified.KeyboardOverlapRenderer.Init();
to my AppDelegate file to avoid Keyboad overlap.
It works really well for the entries but I've got a bug with the pickers.
When I click on a picker, my screen go down so when I click on "done" (to hide the picker), my screen is still down so I've got 10% off my screen which is no more visible... (it happens when I change the value in my picker).
Anyone know how I can fix it ?
Thanks