IOS Bug
With iOS 11 safari, input textbox cursor are outside of input textbox.
在IOS手機目前都會有input游標位移的問題
尤其是input欄位在modals或是由popup開啟,fixed 在window上
總歸一句,就是fixed modals時發生了嚴重的cusor跑版
我們還在等IOS修復此項目
修正方式
大部分都是當你開啟modals時body
給予 position:fixed
當裝置為 IOS 或者是 IOS 11 版本
1 | /* Apply CSS to iOS affected versions only */ |
1 | $(document).ready(function() { |
但是這樣的話,開啟 popup 或是 modale時,會 scroll to Top