Disabling menu button in Android using PhoneGap

后端 未结 1 1312
感情败类
感情败类 2020-12-18 13:34

I\'m building my first mobile app using PhoneGap and jQuery Mobile, and I\'ve run into a little issue.

I\'ve been testing it on Android, both on a physical device an

相关标签:
1条回答
  • 2020-12-18 14:17

    I had the same problem. Seems to be a new default in PhoneGap 2.0.

    In the .java file under the src folder (MainActivity.java appears to be the default file name), comment out onCreateOptionsMenu function.

    0 讨论(0)
提交回复
热议问题