-
Notifications
You must be signed in to change notification settings - Fork 27
[bug] 页面高度不足导致的不能精确记录或总是滚动到顶部位置 #2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
谢谢您提交issue给我! |
WebApp 很多滚动都不在 Body 上,建议可以注册在某个 Div 上 |
@WalterZou |
@jeneser 嗯,很多 fix 布局不使用 |
@Likunone
应该算是vue-scroll-behavior的一个bug: 至于页面的高度不足,原因很多,影响最大是,前一个页面高度小于当前页面将要滚动的高度时,页面最多只能滚动到前一个页面的高度,导致不能精确记录或总是滚动到顶部位置。从测试你的项目来看,应该属于此类情况。将会通过模拟页面高度来解决此bug,使得不同场景下保持一致...... A huge thank you! |
目前的版本没有考虑到此类场景,这些有用的或者能提供一致行为的特性是亟待加入的。下一步将会加入或fix以下内容:
A huge thank you! |
Hi,all |
原标题: 当移动端动态设置字体大小的时候 此插件没有效果
描述:
https://github.com/Likunone/vue-deom 求大神看看是什么问题
The text was updated successfully, but these errors were encountered: