Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Javascript函数
window.scrollTo(0,1);
好像对 SenchaTouch2 没有任何影响 不知道在哪里但是可能被库屏蔽了
基本上,您的 Sencha Touch 应用程序最外面的组件会占用您设备屏幕的所有可用空间(宽度和高度)。滚动实际上意味着在您的元素中向上和向下滚动,而不是在窗口中。
这就是为什么window.scrollTo(x,y)没有被阻止但没有可见的效果。
window.scrollTo(x,y)