iOS 上禁用网站导航
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这与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...