You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the intelligent scroll option, the page is scrolled up for the extra space of the keyboard but after the keyboard is closed this space is not scrolled down again.
The text was updated successfully, but these errors were encountered:
Hi Shaun, the keyboard has exposed two issues when the scroll is removed from document body and added individual divs.
For any modal windows the intelligent scroll doesn't work as the logic can't detect if the input control is behind the keyboard.
As the document.body.scrollTop is 0, the intelligent scroll feature leaves an orphan blank space below the page.
Much appreciate if you could resolve the issues.
Cheers
When using the intelligent scroll option, the page is scrolled up for the extra space of the keyboard but after the keyboard is closed this space is not scrolled down again.
The text was updated successfully, but these errors were encountered: