Phonegap iOS6: Proper solution to Remove form assistant bar (prev, next, done)

前端 未结 6 1013
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-31 06:07

Another \"how to remove the pre, next, done button\" -question you may think. Not really actually. I\'ve done some rather thorough research on this and tried out di

6条回答
  •  庸人自扰
    2020-12-31 06:30

    For anyone still struggling with this, Phonegap now has two properties for disabling the form accessory bar issue and the problem of page scrolling when input and text area fields trigger the keyboard.

    Just set the following in your config.xml and your good to go.

    
    
    

    Link to Phonegap Documentation

提交回复
热议问题