Hi,
You can use the following mod (just include it on your page after the SmartMenus jQuery plugin .js file):
// always emulate touch mode
$.SmartMenus.prototype.isTouchMode = function() {
return true;
};
This would emulate touch mode even when mouse input is available and thus make sure any sub menu is only activated on tap/click.
Cheers!