iOS 7 input elements moving fixed positioned elements

后端 未结 4 745
长发绾君心
长发绾君心 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-12 23:41

    This fixed the problem for my cordova app. I'm not sure if it applies to you but just in case.

    Check your html meta tags for something like this:

    
    

    Replace it with this:

    
    

提交回复
热议问题