xontab/chrome-virtual-keyboard

Intelligent scroll does not work properly

Opened this issue · 2 comments

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.

Hi Shaun, the keyboard has exposed two issues when the scroll is removed from document body and added individual divs.

  1. For any modal windows the intelligent scroll doesn't work as the logic can't detect if the input control is behind the keyboard.
  2. 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

Hello,
Is this bug solved?