iOS 7 input elements moving fixed positioned elements

后端 未结 4 740
长发绾君心
长发绾君心 2020-12-12 22:59

I\'m trying to recompile an app for iOS 7, since nothing of the old one works so far. One of the many problems is that I\'m using some inputs inside UIWebViews. Text inputs,

4条回答
  •  时光取名叫无心
    2020-12-12 23:35

    Opposum, your solution worked for me but only when the scale was set to 1.0. If I set it to 0.9 then it would be like it was before your suggested fix. I set initial-scale, maximum-scale, and minimum-scale to 0.9 and the bouncing effect of the fixed objects when the keyboard appeared was still happening.

提交回复
热议问题