What is the best approach to show a UI control on a desktop only, and not on a mobile device?

Posted by: Pdfprep Category: C_FIORDEV_21 Tags: , ,

What is the best approach to show a UI control on a desktop only, and not on a mobile device?
A . Use the standard CSS class sapUiVisibleOnlyOnDesktop.
B . Use the Device API to check the environment and call setVisible on the UI control.
C . Use the UI control from sap.ui.commons. These UI controls can handle this automatically.

Answer: A

Leave a Reply

Your email address will not be published.