PropertyCross icon indicating copy to clipboard operation
PropertyCross copied to clipboard

Remove the menu button on Android PhoneGap Build

Open ColinEberhardt opened this issue 12 years ago • 4 comments
trafficstars

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

ColinEberhardt avatar Mar 04 '13 17:03 ColinEberhardt

The response is 'it is not possible at the moment'

ColinEberhardt avatar Mar 05 '13 06:03 ColinEberhardt

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 avatar May 06 '13 07:05 rutsch

@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

ColinEberhardt avatar May 06 '13 20:05 ColinEberhardt

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

gregor-srdic avatar Jun 03 '15 07:06 gregor-srdic