Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 RC1
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile, iOS
Description
ICEmobile-SX cannot be activated immediately without user interaction because an attempt at activation results in a cryptic Safari error message "The document could not be loaded". Currently, the following snippet is being used:
<ui:fragment rendered="#{camcorderBean.showSX}">
<br /><span>
<h:commandButton
styleClass="mobi-button mobi-button-important"
onclick="mobi.registerAuxUpload('#{session.id}','#{auxUpload.uploadURL}');" value="Enable" />
ICEmobile-SX Surf Expander.</span>
</ui:fragment>
A component implementation would include the isShowSX() code internal to the component and would conditionally render the button.
To render (if necessary) the activation button and "ICEmobile-SX Surf Expander":
<mobi:icemobilesx />
To render the activation button (with any specified styles) and any desired child markup if necessary:
<mobi:icemobilesx value="Enable" />
<a href="http://itunes.apple.com/app/icemobile-sx">ICEmobile-SX</a> Surf Expander
</mobi:icemobilesx>
<ui:fragment rendered="#{camcorderBean.showSX}">
<br /><span>
<h:commandButton
styleClass="mobi-button mobi-button-important"
onclick="mobi.registerAuxUpload('#{session.id}','#{auxUpload.uploadURL}');" value="Enable" />
ICEmobile-SX Surf Expander.</span>
</ui:fragment>
A component implementation would include the isShowSX() code internal to the component and would conditionally render the button.
To render (if necessary) the activation button and "ICEmobile-SX Surf Expander":
<mobi:icemobilesx />
To render the activation button (with any specified styles) and any desired child markup if necessary:
<mobi:icemobilesx value="Enable" />
<a href="http://itunes.apple.com/app/icemobile-sx">ICEmobile-SX</a> Surf Expander
</mobi:icemobilesx>
Activity
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Ted Goddard
made changes -
Fix Version/s | 1.0 Final [ 10292 ] | |
Description |
<ui:fragment rendered="#{camcorderBean.showSX}"> <br /><span> <h:commandButton styleClass="mobi-button mobi-button-important" onclick="mobi.registerAuxUpload('#{session.id}','#{auxUpload.uploadURL}');" value="Enable" /> ICEmobile-SX Surf Expander.</span> </ui:fragment> |
ICEmobile-SX cannot be activated immediately without user interaction because an attempt at activation results in a cryptic Safari error message "The document could not be loaded". Currently, the following snippet is being used: <ui:fragment rendered="#{camcorderBean.showSX}"> <br /><span> <h:commandButton styleClass="mobi-button mobi-button-important" onclick="mobi.registerAuxUpload('#{session.id}','#{auxUpload.uploadURL}');" value="Enable" /> ICEmobile-SX Surf Expander.</span> </ui:fragment> A component implementation would include the isShowSX() code internal to the component and would conditionally render the button. To render (if necessary) the activation button and "ICEmobile-SX Surf Expander": <mobi:icemobilesx /> To render the activation button (with any specified styles) and any desired child markup if necessary: <mobi:icemobilesx value="Enable" /> <a href="http://itunes.apple.com/app/icemobile-sx">ICEmobile-SX</a> Surf Expander </mobi:icemobilesx> |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27481 | Fri Jan 27 17:12:04 MST 2012 | judy.guglielmin | |
Files Changed | ||||
ADD
/icemobile/branches/icemobile-comps-dev/components/component/src/org/icefaces/component/mobisx/IceMobileSXMeta.java
ADD /icemobile/branches/icemobile-comps-dev/components/component/src/org/icefaces/component/mobisx/IceMobileSX.java ADD /icemobile/branches/icemobile-comps-dev/components/component/src/org/icefaces/component/mobisx/IceMobileSXRenderer.java ADD /icemobile/branches/icemobile-comps-dev/components/component/src/org/icefaces/component/mobisx |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27518 | Mon Jan 30 15:33:25 MST 2012 | judy.guglielmin | |
Files Changed | ||||
DEL
/icemobile/branches/icemobile-comps-dev/components/tests/mobitest/src/main/webapp/inputComponents/scan.xhtml
ADD /icemobile/branches/icemobile-comps-dev/components/tests/mobitest/src/main/webapp/container/scan.xhtml MODIFY /icemobile/branches/icemobile-comps-dev/components/tests/mobitest/src/main/webapp/container/cameraAuxUpload.xhtml MODIFY /icemobile/branches/icemobile-comps-dev/components/tests/mobitest/src/main/webapp/inputComponents.html MODIFY /icemobile/branches/icemobile-comps-dev/components/component/src/org/icefaces/component/mobisx/IceMobileSXRenderer.java MODIFY /icemobile/branches/icemobile-comps-dev/components/tests/mobitest/src/main/webapp/containerComponents.html |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27544 | Tue Jan 31 10:37:16 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/branches/icemobile-comps-dev/components/component/src/org/icefaces/component/mobisx/IceMobileSXRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27549 | Tue Jan 31 11:16:38 MST 2012 | judy.guglielmin | |
Files Changed | ||||
ADD
/icemobile/trunk/icemobile/components/component/src/org/icefaces/component/mobisx/IceMobileSX.java
MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/utils/Utils.java ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/mobisx/IceMobileSXRenderer.java ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/mobisx/IceMobileSXMeta.java ADD /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/mobisx |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27550 | Tue Jan 31 11:57:30 MST 2012 | ted.goddard | itunes link and mediacast integration ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mediacast/src/main/webapp/WEB-INF/includes/content/home.xhtml
MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/component/mobisx/IceMobileSXRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27551 | Tue Jan 31 12:08:50 MST 2012 | ted.goddard | added icemobilesx to mobileshowcase and mobitest ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/device/qrcode-example.xhtml
MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/device/camera-example.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/device/camcorder-example.xhtml MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/device/microphone-example.xhtml MODIFY /icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/container/cameraAuxUpload.xhtml |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.0 RC1 [ 10315 ] | |
Fix Version/s | 1.0 Final [ 10292 ] | |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28591 | Thu Mar 29 15:49:50 MDT 2012 | ted.goddard | include icemobilesx for scan/display demo ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/components/tests/mobitest/src/main/webapp/inputComponents/phdphone.xhtml
|
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
does this component require f:param support ? Will assume no singleSubmit or mobi:ajax support for now.
Also...where is the "isShowSX()" code to be found?
does anything have to be done on the decode specifically? just standard support for action and actionListener similar to commandButton?