phonegap 2.2 orientation change does not resize app

后端 未结 4 1827
梦如初夏
梦如初夏 2021-02-01 19:50

I didn\'t have this problem on previous versions of Phonegap. But in 2.2, when I change the orientation, it doesn\'t update the uiwebview.

Does phonegap not

4条回答
  •  太阳男子
    2021-02-01 20:28

    To add to Stephan's answer, if you need to do anything special when the orientation changes, you can set a callback function to:

    window.onorientationchange

提交回复
热议问题