cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.81k forks source link

input make scroll position error #1037

Closed larryzhuo closed 7 years ago

larryzhuo commented 8 years ago

i create a height auto change textarea in IScroll. when i input a lot of things. the i can not scroll to the top of the page . And the bottom of the page has a large blank. it seems the elements in iscroll move topper.

glebmachine commented 8 years ago

Can you provide repro, please?

HappySusan commented 8 years ago

i have the same problem

HappySusan commented 8 years ago

here is the question: everything is normal, however, after i input someting and close the mobile keyboard, i cannot go to the top of the current page. If there is any conflict between input tag and iscroll.

JackDPro commented 7 years ago

@uniquezhuo is there any way to solve it?

MinuteWong commented 7 years ago

i have same problem,when i close the mobile keyboard i cannot go to the top. there are some white space in the bottom.

MinuteWong commented 7 years ago

maybe just miss overflow:hidden; like this:<div style="position:relative;overflow:hidden;height:100%"><div class="scroller"></div></div>