隐藏滚动条时 Atrix 上的 Web 视图崩溃

发布于 2024-11-08 13:09:23 字数 423 浏览 1 评论 0原文

我在布局中使用网络视图。如您所知,存在一个问题,您会在网络视图的右侧看到一条白线。这是因为 Web 视图中添加了滚动条。

现在您可以通过两种方式隐藏此滚动条

  1. webView.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);

  2. < p>webView.setVerticalScrollBarEnabled(false); webView.setHorizo​​ntalScrollBarEnabled(false);

但问题是,当我这样做时,我的应用程序会在 Android Atrix 手机上崩溃。如果我注释掉这些行,它就可以正常工作。

对此有何建议?

I am using a web view in my layout. As you know there is an issue where you see a white line on the right hand side of the web view. This is because of the scroll bar that is added to the web view.

Now you can hide this scroll bar in two ways

  1. webView.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);

  2. webView.setVerticalScrollBarEnabled(false);
    webView.setHorizontalScrollBarEnabled(false);

But the problem is when I do that my application crashes on Android Atrix phone. If I comment out these lines it works fine.

Any suggestions on this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文