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
SumitkSumitk 

Add visualforce page to mobile navigation menu item

Created a visualforce page containing a canvas app then checked "Available for Lightning Experience, Lightning Communities, and the mobile app".
<apex:page >
 
    <apex:canvasApp namespacePrefix="" developerName="klientsumit" parameters="{showPage:'timesheet'}"/>
 
</apex:page>
But still it is not available in mobile navigation menu item list.
User-added image
I cannot understand what I am missing. Please help.
 
AnudeepAnudeep (Salesforce Developers) 
Hi Sumit - Have you added your VF page to a tab? It should be visible under Navigation Menu Items after you perform this step