- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我有一个用作覆盖层的 div;我正在使用 position: fixed
来完成这个。在叠加层中,我有一个按钮。通常情况下,这可以完美运行,但我们发现了一个非常奇怪的错误,该错误似乎出现在加大尺寸 iPhone 上的 iOS 10 中的 Safari 中。
<div style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 50px; background: rgba(0, 0, 0, 0.25);">
<input type="button" value="Input Button" />
<button>Button</button>
</div>
<div>
This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />This is the regular div. This is the regular div.
<br />
<div style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 50px; background: rgba(0, 0, 0, 0.25);">
<input type="button" value="Input Button" />
<button class="pull-right">Button</button>
</div>
</div>
重现步骤
position: fixed
div 可见。Safari 现在应该在屏幕顶部、地址栏下方显示选项卡栏。但是如果您尝试按下按钮,它不会做任何事情。相反,您必须按下按钮上方(更具体地说,大约是按钮上方按钮的高度),Safari 会像您现在按下按钮一样。
澄清:在纵向模式下,标签栏不显示,即使启用标签栏设置也是如此;它仅在您旋转到横向后显示,这是 DOM 或页面的某些渲染在 Safari 中“不同步”的地方。
更奇怪的是,如果您再次将设备旋转回纵向并再次横向旋转(在上面的步骤 1 到 4 之后),按钮的“hitbox”将再次垂直移动,这意味着现在您必须按按钮上方大约是按钮向上高度的两倍。
这发生在 iOS 10.1.1 上,但我不确定其他版本。在 iPhone 7 Plus 和 6S Plus 上均得到确认。我确实找到了 this webkit bug这似乎密切相关但可能不同。
有什么想法吗?
最佳答案
我们遇到了类似的问题,并通过使用 transform:translate3d(0,0,0)
添加包装器解决了这个问题。
所以,你最终会得到这样的结果:
<div style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 50px; background: rgba(0, 0, 0, 0.25);">
<div style="transform: translate3d(0,0,0);">
<input type="button" value="Input Button" />
<button>Button</button>
</div>
关于html - 位置 :fixed "hitboxes" move up in iOS 10 Safari on Plus-sized phones when tab bar is shown,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40496798/
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 3年前关闭。 Improve thi
有人知道可以在线使用 FIX 实用程序来验证修复消息吗?即:接受修复消息并检查诸如正文长度和校验和之类的内容。谢谢 最佳答案 https://fixspec.com 上有一个修复日志解码器.当您输入一
在FIX服务器上发送订单请求并更改标签的顺序。 如果我想要输出由我安排的序列(而不是被服务器修改)。 public void send50(Order order) { quickfix.fi
我正在用 C++ 构建一个 FIX 引擎,但我没有引用来了解什么是好的性能数字。考虑到网络时间和 FIX 解析时间,客户端向服务器发送 FIX 消息的最佳时间(以微秒为单位)是多少?还有人知道这个简单
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 要求提供代码的问题必须表现出对所解决问题的最低限度理解。包括尝试过的解决方案、为什么它们不起作用,以及
我不明白为什么我的固定背景开始出现,因为它有时没有被固定。 这是一个非常特殊的案例,我知道如何解决它。 您可以删除: .row2 position:relative 或 row1 div -webki
我看过三列的例子(fixed fluid fixed)。但是,我需要一个四列解决方案的示例。 两个外部列是固定的。两个内柱是流动的。 固定 |流体 |流体 |固定 最佳答案 您可以使用 calc .
我试图说服自己输入 Fix和功能 fix是一回事。 但我找不到他们的定义之间的相关性 -- definition of fix fix :: (p -> p) -> p fix f = let {x
这是我已经在这里提出的另一个问题的后续How can I play a single tone or custom wave with Delphi? 长话短说,我使用 MMSystem 的 wave
刚刚完成一个站点并遇到位置问题:已在 IE7 上修复。我用谷歌搜索并尝试了不同的 Doctypes,但固定区域在 IE7 上仍然不在位。 我没有 IE7,但一位客户员工有,我可以使用在线 IE 渲染器
我有我的 设置为 background-attachment: fixed但这留下了我的标签正常滚动。如果我设置 position: fixed到我的标签,它们会跳转到页面顶部。有什么办法可以做与 b
我有一个包含标题页(导航栏)的 php 页面。我想将导航栏显示为固定标题,但每当将其位置更改为固定时,它都会删除滚动条(水平和垂直)并且我无法滚动页面。如果我想保持我的标题固定并且我不想固定位置。我怎
已结束。此问题不符合 Stack Overflow guidelines .它目前不接受答案。 要求我们推荐或查找工具、库或最喜欢的场外资源的问题对于 Stack Overflow 来说是无关紧要的,
我正在使用 jquery mobile,对于页眉/页脚,我使用的是 data-position="fixed"。 但是,当我们滚动页面时......页眉页脚消失并在滚动停止时重新出现.. 有没有一种方
我正在尝试连接到使用 FIX 5.0 的代理 我想利用 quickfixj以方便和快速地实现。 这行吗?我假设 5.0 extends(可以这么说)以前版本的功能,但我不想走得太远,结果导致更多问题,
如何放置 position:fixed内容在页面背景中的容器,而其他内容在其上滚动,同时仍然保持点击背景元素的能力? 效果类似于前景内容在固定背景上滚动的视差滚动情况,但我希望能够将 HTML 放在背
我尝试将 z-index 设置为 body 下的某些位置为 fixed 的元素 示例如下: HTML menu content ....
我花了几个小时寻找这个问题的答案,但其他人提供解决方案的场景似乎比我的稍微简单一些。 有没有办法在固定大小的 div 中放置一个 position:fixed 元素,而该元素不会溢出 div? 换句话
此问题已在 SO 和其他地方多次报告,但我找不到任何有效的解决方案。 如果您有固定位置的 div 和固定附加的背景,在某些特定情况下,在 Google Chrome 上呈现会出现错误(在 Firefo
我想在我网站的页面顶部创建一个标题栏,但我在布局方面遇到了问题。以下是我想要的结果: goal http://ambiguities.ca/images/goal.png 这是 html:
我是一名优秀的程序员,十分优秀!