xontab / chrome-virtual-keyboard

Touch-friendly Virtual Keyboard for Chrome browser
http://apps.xontab.com/VirtualKeyboard/
MIT License
58 stars 68 forks source link

Intelligent scroll does not work properly #26

Open invader35 opened 6 years ago

invader35 commented 6 years ago

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 4 years ago

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

BhavinJoisar-Tru commented 4 months ago

Hello, Is this bug solved?