Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE 1.3.1.GA
-
Fix Version/s: EE 1.3.1.GA_P03
-
Component/s: Faces
-
Labels:None
-
Environment:ICEmobile EE 1.3.1.GA_P01 mobile showcase sample
Description
When using the ICEmobile Showcase CloudPush demo, the "Register for Cloud Push" button is not displayed if the user has accessed another demo previously in the session that uses the BridgeIt app.
I'm getting the same results on my iphone 5 / iOS 8.1.2 as previously.
1. Start http://mobileshowcase.icesoft.org/mobileshowcase/showcase.jsf demo
2. Use camera demo (works).
3. Load Cloud Push demo.
4. Note that the "Register for Cloud Push" button is not displayed on the page, thus, there is no way to register for Cloud Push, and a Priority Push will not generate a native notification.
However, if you do not use another demo that accesses the BridgeIt app., but instead immediately load the Cloud Push demo, the "Register for Cloud Push" button will be visible, and clicking it, and then the Priority Push button will result in a native notification being received if the browser is closed prior to the Priority Push being received.
I'm getting the same results on my iphone 5 / iOS 8.1.2 as previously.
1. Start http://mobileshowcase.icesoft.org/mobileshowcase/showcase.jsf demo
2. Use camera demo (works).
3. Load Cloud Push demo.
4. Note that the "Register for Cloud Push" button is not displayed on the page, thus, there is no way to register for Cloud Push, and a Priority Push will not generate a native notification.
However, if you do not use another demo that accesses the BridgeIt app., but instead immediately load the Cloud Push demo, the "Register for Cloud Push" button will be visible, and clicking it, and then the Priority Push button will result in a native notification being received if the browser is closed prior to the Priority Push being received.
Issue Links
- depends on
-
MOBI-1137 Cloud Push initialization issue
- Resolved
Activity
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Patrick Corless [ patrick.corless ] | Arturo Zambrano [ artzambrano ] |
Fix Version/s | EE 1.3.1.GA_P02 [ 11970 ] |
Ken Fyten
made changes -
Summary | MobileShowcase: cloudPush demo, "Configure CloudPush" buttons doesn't always display | MobileShowcase: cloudPush demo, "Register for Cloud Push" button doesn't always display |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44716 | Tue May 19 15:02:39 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/cloudpush/RegisterCloudPushRenderer.java
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44718 | Tue May 19 16:16:21 MDT 2015 | ken.fyten | |
Files Changed | ||||
MODIFY
/icemobile/tags/icemobile-1.3.1_P03/icemobile/jsf/components/component/src/org/icefaces/mobi/component/cloudpush/RegisterCloudPushRenderer.java
|
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44758 | Fri May 22 14:06:17 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/cloudpush/RegisterCloudPushRenderer.java
|
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44759 | Fri May 22 14:58:12 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icemobile/tags/icemobile-1.3.1_P03/icemobile/jsf/components/component/src/org/icefaces/mobi/component/cloudpush/RegisterCloudPushRenderer.java
|
Arturo Zambrano
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44761 | Mon May 25 12:07:24 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/cloudpush/RegisterCloudPushRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44762 | Mon May 25 12:08:30 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icemobile/tags/icemobile-1.3.1_P03/icemobile/jsf/components/component/src/org/icefaces/mobi/component/cloudpush/RegisterCloudPushRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44776 | Tue May 26 14:18:55 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/cloudpush/RegisterCloudPushRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44777 | Tue May 26 14:19:19 MDT 2015 | art.zambrano | |
Files Changed | ||||
MODIFY
/icemobile/tags/icemobile-1.3.1_P03/icemobile/jsf/components/component/src/org/icefaces/mobi/component/cloudpush/RegisterCloudPushRenderer.java
|
Ken Fyten
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Note that this component should be settings the button state based on asking bridgeit.js if the viewport is already registered for cloud push or not. If this API is unreliable or none-existing in bridgeit.js, we should add it for the upcoming bridgeit 1.0.6 release. Any improvements made in this regard should also be carried forward to the IF 4 mobi:cloudPush component under a new JIRA.