WebOS 应用程序无法在主页上向下滚动
我正在为手机开发一个 Enyo webOS 应用程序。主页上有多个文本输入,其下方有一个按钮 - 但是,该按钮在文本框下方不可见。但是,主场景默认情况下似乎有一个滚动锁,因此我无法向下滚动并查看其余内容。
如何使我的应用程序允许在 VFlexBox 视图中滚动?
谢谢!
I have an Enyo webOS application I am developing for phones. There are several text inputs on the main page, with a button underneath them--however, the button is not viewable below the textboxes. However, there appears to be a scroll lock by default on the main scene--so I cannot scroll down and see the rest of the content.
How can I enable my app to allow for scrolling within a VFlexBox view?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
啊,我找到了——我需要将视图从 enyo.VFlexBox 更改为 enyo.Scroller 。效果很好!
Ah, I found it--I need to change from enyo.VFlexBox to enyo.Scroller for the view. Works fine!