Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.3 Beta
-
Fix Version/s: EE 1.3
-
Component/s: Containers
-
Labels:None
-
Environment:ICEmobile, Android Container
Description
In the mediacast demo in the Android container, if the page is repeatedly reloaded with cookies cleared each time, the progress bar may not complete and native components may not function. This is most easily reproduced over an internet connection.
Activity
Ted Goddard
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35018 | Tue May 14 12:23:05 MDT 2013 | ted.goddard | prevent icepush blocking connection until page is loaded ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/container/src/org/icemobile/client/android/ICEmobileContainer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35163 | Fri May 17 15:15:24 MDT 2013 | ted.goddard | strictSessionTimeout causes immediate blocking connection startup which interferes with older android devices ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/web.xml
|
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.3 EE [ 10973 ] | |
Fix Version/s | EE 1.0 Final [ 10318 ] |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Philip Breau
made changes -
Summary | Android container progress bar does not complete and native components do not function | Android container progress bar may not complete and native components may not function after reloading container |
Fixed by initializing ICEpush in document load callback.