Intelligent scroll does not work properly
Opened this issue · 2 comments
invader35 commented
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.
svaman commented
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
BhavinJoisar-Tru commented
Hello,
Is this bug solved?