在 uiwebview 上垂直移动 javascript 按钮或菜单
我在处理 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要一个包含 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.