PropertyCross
PropertyCross copied to clipboard
Remove the menu button on Android PhoneGap Build
Our PhoneGap Build versions all display the menu button on Android (The ellipsis). However, we do not have any menu items.
Following this blog post we need to set the targetSdkVersion:
http://android-developers.blogspot.co.uk/2012/01/say-goodbye-to-menu-button.html
Not sure how you do this with PGBuild, I have asked a question here:
http://community.phonegap.com/nitobi/topics/set_the_android_targetsdkversion_number_on_phonegap_build?rfm=1
The response is 'it is not possible at the moment'
Any news on this issue? I'm trying to remove the the bottom black menu bar through Phonegap build but no success yet. Any help or comments on this would be highly appreciated!
@rutsch I've not heard anything from PhoneGap about this issue being resolved yet. You can of course fix it by building on your local machine rather than using PhoneGap Build
I believe this is solved by adding <preference name="android-targetSdkVersion" value="15" /> to the config file, in case any one else is looking for a solution