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
Akhil Katkam 5Akhil Katkam 5 

why my lightning component is not visible in salesforce mobile app

Hi Developer Community , 

i have an issue with displaying lightning component in mobile app,

firstly i have a visualforce page  , in my visualforce page i kept a href tag "twitter link " url ,

and i have previewed this visual force page and copied that linl and poasted in a lightning component using iframe ;

    <iframe src="{!'https://ciboost-c1501-dev-ed--ciboostc1501.visualforce.com/apex/TwitterFeedPage?twitterHandle='+v.twitterHandle}"

this is the above code using iframe i kept in a lightning component , this component is displaying in desktop but not in mobile app 

please help me with the issue 
Thanks in Advance
 
Suraj Tripathi 47Suraj Tripathi 47
Hi Akhil Katkam 5
Greeting!

I think you can add implement="force:appHostable" in your aura component and save the component. Then create a custom tab for this component
>Setup->Tab(Quick Find Box)->then select tabs, Then click New in lightning Component tab related list. Select the lightning component you want to make available to the users.
for the further process once go through this link.
https://www.forcetalks.com/salesforce-topic/how-can-we-use-lightning-components-with-the-salesforce1-mobile-app/


If you find your solution please mark this as the best answer.

Thank you!
Regards,
Suraj Tripathi