Hi All,
I own a Pipo m8pro chineese tablet. This tablet has a physical button associated to "menu" functions.
When using activity menus, the code works fine on my Galaxy S3 but does nothing on the Pipo m8.
I added those lines and a software button to activate them:
On the S3, no problem, the menu opens whatever the way it is called, but on the pipo: nothing ...
The pipo's android version is supposed to be 4.2.2.
When setting the Sdk target to 10 <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="10"/>, a software button appears on the screen and the menu appears (a little bit old style ...)
Is this a normal behavior ? Is there a way to get a software button AND the SDK 14 look ?
thanks
Alain
I own a Pipo m8pro chineese tablet. This tablet has a physical button associated to "menu" functions.
When using activity menus, the code works fine on my Galaxy S3 but does nothing on the Pipo m8.
I added those lines and a software button to activate them:
B4X:
Sub BtnMenu_Click
'Activity.OpenMenu
CallSubDelayed(Me, "OpenMenu")
End Sub
On the S3, no problem, the menu opens whatever the way it is called, but on the pipo: nothing ...
The pipo's android version is supposed to be 4.2.2.
When setting the Sdk target to 10 <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="10"/>, a software button appears on the screen and the menu appears (a little bit old style ...)
Is this a normal behavior ? Is there a way to get a software button AND the SDK 14 look ?
thanks
Alain