Android Question Problem with OpenMenu on Android v5.1

davemorris

Active Member
Licensed User
Longtime User
Hi, Guys

Got a problem with Activity.OpenMenu not working on a Tablet running Android v5.1 when the Activity Attribute "#includeTitle: false". It is OK when "#includeTitle:true" is used.

It does work however on a phone running v5.1.1 and OK on all my other Android devices v6 thro' to v10.

I have attached a test project to demonstrate the problem.

Any ideas

Regards
Dave
 

Attachments

  • TestOpenMenu.zip
    9 KB · Views: 121

davemorris

Active Member
Licensed User
Longtime User
Hi, Erel
Thanks for your input, I certainly take your point but I do have a related question.

I have used Activity.OpenMenu on other Android devices v6+ without problems (with "#includeTitle: false" ) .
Question - Have I an underlying problem with using OpenMenu (without the Title bar) and should I modify my code to use B4XDrawer or B4XListTemplate or any other custom menu?
 
Upvote 0

davemorris

Active Member
Licensed User
Longtime User
Yes Erel
You are correct - I need to drop using OpenMenu - There appears to be a lot of old Tablets still running Android v5.1

Dave
 
Upvote 0
Top