Zane Campbell
Zane Campbell
@1pavanb what was the solution?
@1pavanb it worked. thank you
did you ever figure this out?
@EternalBlack I am having this problem as well. Did you find a fix?
You can fix this by modifying ShiftPageDown in the KeyboardOverlapRenderer like this: ``` void ShiftPageDown(nfloat keyboardHeight, double activeViewBottom) { var pageFrame = Element.Bounds; Element.LayoutTo(new Rectangle(pageFrame.X, 0, pageFrame.Width, pageFrame.Height)); _pageWasShiftedUp =...
Just found a better alternative. The newY issue seems to be as a result of a bug with the _isKeyboardShown bool property. If you remove this bool you can leave...