Hi All,
I have created a custom UI5 application and I'm calling this application from SAP Fiori client.
SAP Fiori client does not recognize the Enter Key. But its working in all browsers including the mobile browser.
i'm using the following command.
sap.ui.getCore().byId("notifyno").onsapenter = function(e) { }
How can make this to work?
Thanks in Advance,
Santiago