Windows Phone 8.1 - Keyboard Bug - Pictures inside - need help

Hi,

I know Windows Phone isn’t supported but I have to dev an Win APP. Most things works fine even with Windows 8.1.
But in my App there is chat and I you want to send a message and the keyboard pops up, the view goes up and never come back to its normal position.

Please find pictures below:

Do anyone knows a fix for this or a workaround?

regards

Hi,

I found a workaround :wink:

window.scrollTo(document.body.scrollLeft, document.body.scrollTop);

regards