1.

How Can You Get The Web Browser Of The Client On Which Sap Fiori Application Is Running?

Answer»

SAPUI5 library provides a special API “sap.ui.Device“which can be used to for device and its feature DETECTION. This API provides FLAGS LIKE “chrome”, “firefox”, “mozilla”, “edge” etc. in “sap.ui.Device.browser” API which returns BOOLEAN values. 

SAPUI5 library provides a special API “sap.ui.Device“which can be used to for device and its feature detection. This API provides flags like “chrome”, “firefox”, “mozilla”, “edge” etc. in “sap.ui.Device.browser” API which returns boolean values. 



Discussion

No Comment Found