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
Andrew Aldis 15Andrew Aldis 15 

How can I make a tab available in classic but not lightning or only in mobile

Hi All,

I am looking for a way to limit some components to their specific environment, I have 3 components that are almost identical but perform the same basic tab, I have a mobile component that I only want available in mobiel and do not want the user to see it in Lightning Experience, a VF Tab that I only want the user to see in Classic and a Lightning Tab that I only want the user to see in lightning.  Is there a way to accomplish this?
Raj VakatiRaj Vakati
try this ..  
  1. Create a visualforce page ( Make sure that is not avaibale in lightning ) 
  2. Call your Lightning Component from the VF page 
  3. create a tab with this page and see 
Andrew Aldis 15Andrew Aldis 15
Yeah, that does not work.  It is still available when searching in lightning.  Is there a way to make a lightning component that is only available on mobile?