1. 程式人生 > >ios 固定定位 input獲取焦點,ios 滾動條滾動 fixed固定定位失效,位置偏移

ios 固定定位 input獲取焦點,ios 滾動條滾動 fixed固定定位失效,位置偏移

http://efe.baidu.com/blog/mobile-fixed-layout/

還發現一個問題就是ios input設定readonly  還是能看到游標,然後解決方法是在行內寫了

onfocus="this.blur()"

<input type="text" class="detail-txt" name="USER_AGE" id="USER_AGE" readonly class="input" onfocus="this.blur()"  placeholder="請填寫問題出現的時間" />