When using overflowMenuStyle="PopupMenu" the actions is clickable and everything works fine. However when I use overflowMenuStyle="ActionSheet" the actions is not responding to clicks/touch. So, am I missing something or is this a bug?
<buttons actionTemplate.uiid="MyMenuActions" actionCategory="MAIN_TOP_OVERFLOW_MENU" limit="1" overflowActionTemplate.uiid="MainSheetAction" overflowMenuStyle="ActionSheet" />