Since 4.0
SmallView will include and render the child components when the client is a handheld. It is usually used in conjunction with LargeView.
To use the SmallView component, simply nest any arbitrary content to the mobi:smallView tag, which you want to be displayed on handheld devices.
<mobi:smallView>
<h:outputText value="This small text will only appear on mobile devices with small screens such as smartphones." />
</mobi:smallView>
<mobi:largeView>
<h:outputText value="This large text will only appear on devices with larger screens such as tablets and desktop or laptop computers"
style="font-size:xx-large;font-weight:bold;"/>
</mobi:largeView>
None.
None.
None.
None.
None.
None.
This component appears in the following ICEfaces sample applications: