Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.3 Final
-
Fix Version/s: BridgeIt 1.0
-
Labels:None
-
Environment:ICEmobile, Android Chrome
Description
When using ICEmobile-SX on Android, multiple tabs may appear in the browser. This is most easily reproduced in icemobilespring. On the camera page, if the text field "name" is left blank, an extra tab is not created, but if a name is filled in, the extra tab will appear upon return from ICEmobile-SX.
Activity
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Judy Guglielmin [ judy.guglielmin ] | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Fix Version/s | 1.4 Beta [ 10874 ] |
Steve Maryka
made changes -
Fix Version/s | Bridge-it 1.0 [ 11172 ] | |
Fix Version/s | 1.4 Beta [ 10874 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38248 | Fri Sep 20 14:13:47 MDT 2013 | steve.maryka | mobi-781: Changed value in intent to match browser package. BridgeIt examples no longer create new tabs, or cause a full page reload. |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/sxcore/src/org/icemobile/client/android/sxcore/SxCore.java
|
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Additional strategies for ICEmobile-SX need to be investigated. For instance, Chrome is likely attempting to ensure that user submitted data isn't lost. To handle this, it may be possible for ICEmobile-SX components to trigger a form submit to the server, then cause the ICEmobile-SX action to occur from the returned page.
(The disadvantage of this is that it will not work offline.)