smallView
The smallView tag is used to specify markup that should be displayed in smaller views, such as phones.
Usage
<mobi:smallView> will include and render the child tags when the client is a handheld.
<h:body>
<mobi:smallView>
<mobi:pagePanel>
<mobi:pagePanelHeader>Header</mobi:pagePanelHeader>
<mobi:pagePanelBody>Body</mobi:pagePanelBody>
<mobi:pagePanelFooter>Footer</mobi:pagePanelFooter>
</mobi:pagePanel>
</mobi:smallView>
</h:body>
Tag Documentation
smallView
largeView