onMenu() not working for VA4/Venu [OK for VA3][ SOLVED ]

Device App

Typically the way to get access to the menu is to LONG Press the screen (since these are touch screen devices)

The same code works on the VA3 series, but when I try the same on the VA4 and the VENU (long press the screen), 

onMenu() doesn't get called (on the simulator) and thus I cannot access to the menus. 

I _believe_  onMenu() works on a physical device (as I have users w/ actual watches being able to enter the authentication codes within the menu)

Just want to see if I'm doing something wrong.

function onMenu() {
	Sys.println("onMenu");
		var menu		= new Ui.Menu();
		var AppTitle 	= "X-FIT";

		menu.setTitle(AppTitle);
		Ui.pushView(menu, new MenuDelegate(),Ui.SLIDE_LEFT);
		return true;
	}

Note: Works on VA3 not on VA4/Venu

SDK 31.6 and 3.1.7