Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.1 Beta
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile
Description
Current strategy for handling a C2DM notification in Android container, is to cause a page reload. What we really want is to do a page update just as if it had been a normal icepush notification. The icepush bridge needs to provide an API that will allow this, and the container integration needs to use it.
ajaxRefresh was being invoked, but seemed to have no effect on the iPhone, so is now being invoked via setTimeout of 50ms.