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
Chris SoricelliChris Soricelli 

Issue with Visualforce Page Rendering in Salesforce1

Hi,

I replaced a few of the standard tabs with custom Visualforce pages to get rid of the reports and recently viewed records sections because they were causing confusion.  The pages work fine in the browser, but do not work in mobile.  At first, I was getting an error that mentioned that showheader couldn't be false, so I added showheader="True".  Now the page will come up in mobile, but it is the browser version and the New button doesn't work.  What I really want is for the normal Accounts feature to show up in mobile.  Is there any way to fix this?  I can't get the standard page to become available in mobile now, the only ones that are available to add are the new ones that I created, so I am stuck. Any ideas?  The pages are simple, and an example of one is below:

<apex:page showheader="True"> <apex:enhancedList type="Account" height="600" / > </apex:page>