在 uiwebview 上垂直移动 javascript 按钮或菜单

发布于 2024-09-12 08:17:07 字数 201 浏览 5 评论 0原文

我在处理 uiwebview 的触摸事件以使我的选项卡栏和导航栏隐藏/取消隐藏时面临很多问题。我想在 uiwebview 上放置一个水平移动的按钮或一个小文本,它会随着用户滚动而移动。

如果用户触摸随用户滚动移动的按钮,我计划显示或隐藏导航和选项卡栏。这在 uiwebview 中可能吗?如果是,请给我一个想法或一堆代码片段,用于使用 javascript 编写这样的菜单

I am facing lots of problems in handling the touch event of the uiwebview for making my tabbar and navigation bar hides/unhide. I thought of putting a horizontally moving button or a small text on the uiwebview which will move along with the user scrolling.

If the user touches the button which moves along with the user scroll i am planning to show or hide the nav and tab bar. Is this possible in uiwebview ? if yes please give me an idea or bunch of code snippets for writing such a menu using javascript

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

懵少女 2024-09-19 08:17:07

您可能需要一个包含 UIWebView 的 UIView 以及您提到的其他控件,例如按钮。您可以使按钮半透明并接收触摸事件。

You may need a UIView that contains the UIWebView, along with other controls you mentioned, e.g. buttons. You may make the button semi-transparent and receive touch events.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文