function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Saima AbrarSaima Abrar 

Detail component not showing the details of a contact

Hi All,

         I'n new to VF mobile development and was trying to use the visualforce mobile components for building a mobile page. For an example to learn from, I got the zip folder for sample Visualforce Mobile Components from:  https://github.com/forcedotcom/MobileComponents.git

After downloading the zip I followed the installation steps given in http://wiki.developerforce.com/page/Introducing_Mobile_Components_for_Visualforce and ran the mobile page-  /apex/MobilePage on my org.

The issue that’s coming up is that I can see my list of contacts in the list component on the left but when I click on  any of the contacts, the corresponding details are not being rendered on the right in the detail component. The response from PSR says that the style 'display: none' is somehow being applied to the child nodes of .ui-panel-right.  What we can see when traversing the DOM tree, however, is that the data is being successfully queried, and the HTML is being appended as expected.  This would need to be changed in order for the page to work as expected. I got that response from salesforce support but they said they don't handle the mobile components so i thought of finding some help here.

Someone please help me with this.