window.resize due to virtual keyboard causes issues with jquery mobile

前端 未结 5 1216
野的像风
野的像风 2020-12-12 19:50

I\'m hitting an unusual problem and I\'m looking for suggestions. Basically, I\'m using:

  • JQuery Mobile 1.1
  • JQuery 8.2
  • PhoneGap (Cordova) 2.1
5条回答
  •  北海茫月
    2020-12-12 20:04

    I had a similar issue try this:

      $('#main-browse').bind("orientationchange", function(event) {
        //Put the page dimensions for example with minimum height property
    
      }
    

提交回复
热议问题