[TIMOB-15250] Android: (ICS) soft menu button should be suppressed when no menu items exist
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | ICS, android, defect, menu, titanbeta |
Reporter | Shawn Lipscomb |
Assignee | Unknown |
Created | 2013-08-15T15:42:23.000+0000 |
Updated | 2018-02-28T20:04:13.000+0000 |
Description
Titanium apps should not show a soft menu button (at the bottom right of the screen) when run on Android 4.0 (ICS) and above, unless the window's activity.onCreateOptionsMenu callback has been set (implying that there is code to produce a menu for that window).
Currently, every Titanium app shows the soft menu button on every window.
No comments