Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:ICEfaces 4, BridgeIt app.
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Renders a button that can access the device contact list and allow selection and retrieval of a contact.
** Only supported on mobile devices supported by the native BridgeIt app. **
** Only supported on mobile devices supported by the native BridgeIt app. **
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Renders a button that will launch an Augmented Reality view displaying any child marker models or locations.
Also includes: - mobi:augmentedRealityLocations: -- Renders a list of locations to be displayed according to their latitude, longitude, icon and text label on an Augmented Reality video overlay view. - mobi:augmentedRealityMarkers: -- Renders a list of three dimensional models attached to markers displayed so that the marker ID corresponds to the list index of the model. |
Renders a button that can access the device contact list and allow selection and retrieval of a contact.
|
Environment | ICEfaces 4 | ICEfaces 4, BridgeIt app. |
Description |
Renders a button that can access the device contact list and allow selection and retrieval of a contact.
|
Renders a button that can access the device contact list and allow selection and retrieval of a contact.
** Only supported on mobile devices supported by the native BridgeIt app. ** |
Link | This issue depends on MOBI-973 [ MOBI-973 ] |
Assignee Priority | P1 [ 10010 ] |
Assignee | Arturo Zambrano [ artzambrano ] | Ted Goddard [ ted.goddard ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40304 | Tue Mar 11 14:33:28 MDT 2014 | art.zambrano | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee Priority | P1 [ 10010 ] | |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41567 | Wed Jul 02 13:01:05 MDT 2014 | art.zambrano | |
Files Changed | ||||
![]() ![]() |
Fix Version/s | 4.0 [ 11382 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41782 | Tue Jul 15 11:28:42 MDT 2014 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41785 | Tue Jul 15 12:18:35 MDT 2014 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
ICEfaces4 trunk rev# 40089
Server: Tomcat7
Mobile device: iPhone 4S/ iOS7/ BridgeIt1.0.4
Test app:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/fetchContact
1) A JS error occurs if loading the demo (dynamicAttribute, h:dataTable, and other pages) on a desktop computer (FF27, Chrome33, IE10):
Error in FF27:
TypeError: ice.ace is undefined
http://localhost:8080/fetchContact/fetchContactDynAttribute.jsf
Line 66
2) The rendered attribute is missing from the tlddoc.
3) disabled, style and styleClass attributes don't work.
4) Changing 'fields' attribute to either 'name', 'email', or 'phone' still returns the same value as for the default fields value ('name,email, phone').