Details
Description
This component would replace markup like the following:
<ui:fragment rendered="#{not mediaController.enhancedBrowser}">
<mobi:icemobilesx/>
with
<mobi:getEnhanced/>
which by default will render
ICEmobile container was not detected, native
device integration will not be available.
[Download] the ICEmobile Container.
With the download link customized to the detected platform.
To customize, a facet is available for each detected platform:
<mobi:getEnhanced downloadLink="false">
You need the container.
<facet name="android">
An Android container can be downloaded from Play.
</facet>
</mobi:getEnhanced>
<ui:fragment rendered="#{not mediaController.enhancedBrowser}">
<mobi:icemobilesx/>
with
<mobi:getEnhanced/>
which by default will render
ICEmobile container was not detected, native
device integration will not be available.
[Download] the ICEmobile Container.
With the download link customized to the detected platform.
To customize, a facet is available for each detected platform:
<mobi:getEnhanced downloadLink="false">
You need the container.
<facet name="android">
An Android container can be downloaded from Play.
</facet>
</mobi:getEnhanced>
The Smart App Banner will not display during ProjectStage Development to allow for the case where ICEmobile-SX on the device is a development version rather than downloaded from the app store.