Cordova/Phonegap 3.4.0 iOS 7.1 - Keyboard / Web View issue

前端 未结 4 1517
说谎
说谎 2020-12-28 08:41

I\'ve been struggling with this issue for over a week now and would really appreciate any help I can get. I\'ll explain the issue as I understand it but please correct if I

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-28 09:36

    It looks like Ionic has a multipart solution to this problem which includes dynamically updating the meta viewport tag depending on the device and also by hooking into the keyboard hide/show event and then using their scrolling framework to scroll the input into view.

    More info here.. http://ionicframework.com/blog/ionic-keyboard/

    This requires you to use their framework so I'm in the process of porting this over to JQuery and IScroll and I'll keep you updated on my progress.

    I also posted my experiences with the phonegap keyboard on the phonegap forum but have not had much response yet. https://groups.google.com/forum/#!topic/phonegap/LE9-lIsNT2c

提交回复
热议问题