iOS 上禁用网站导航

发布于 2024-11-18 03:58:45 字数 183 浏览 1 评论 0原文

我在 iOS (iphone) 上遇到了一个非常罕见的问题。 我开发了带有视频剪辑的网站 yolieva.de,该网站也在 iOS 上运行。但它在后台播放,因为顶部是带有 z-index 的导航。但ios无法访问。由于视频剪辑而被禁用。你可能想用 iPhone 尝试一下,但你发现你无法点击该网站...... 怎么解决这个问题?我想将导航保留在视频上方

I have a very rare problem on iOS (iphone).
i developed the site yolieva.de with a videoclip which also runs on ios. but it plays in the background because on top is the navigation with z-index. but it is not accessible from ios. kind of disabled because of the videoclip. you may want to try it with an iphone and you see you cant click through the site…
how to solve this? i want to keep the navigation above the video

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

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

发布评论

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

评论(1

云仙小弟 2024-11-25 03:58:45

我认为这与iOS处理视频剪辑的方式有关,所以我不确定你可以直接对此做任何事情。

为什么不在 iPhone 上将包含 flash 播放器(id 播放器)的 div 变小呢?

事实上,在iPhone上你的Flash视频没有显示到位,无论如何视图都会改变,所以也不需要全屏显示。当然,你应该只在 iOS 上缩小你的 Flash 播放器 div,而不是其他浏览器,在其他浏览器上全屏就可以了......

I think this has something to do with how iOS deals with the videoclip, so I am not sure that you can do anything about it directly.

Why don't you make the div containing the flash player (id player) smaller on the iphone?

In fact, on the iphone your flash video is not shown in place, there is anyway a change of view, so there is no need of having it full screen either. Of course, you should make your flash player div smaller only for iOS, not other browsers, where it is fine that it is full screen...

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