You need to sign in to do that
Don't have an account?
prasanth kumar 21
Lightning Component not Showing / Visible in Ipad
Hi,
-> We have developed 3 lightning components and added that to lightning Record pages.
Even though the form factor is desktop and phone for all these components and pages, it doesn't show up on the iPad.
-> Similarly In the apps section, these components don't come up as tabs/apps.
-> Is there any Specific reason, for these components to not show up on the iPad?
Note: This is visible on iPhone
-> Apparently we have created App pages that show up on iPad but not the record details page.
-> Is there any workaround for this issue? , else I am missing any configuration stuff that needs to be done to make components visible in IPad.
-> We have developed 3 lightning components and added that to lightning Record pages.
Even though the form factor is desktop and phone for all these components and pages, it doesn't show up on the iPad.
-> Similarly In the apps section, these components don't come up as tabs/apps.
-> Is there any Specific reason, for these components to not show up on the iPad?
Note: This is visible on iPhone
-> Apparently we have created App pages that show up on iPad but not the record details page.
-> Is there any workaround for this issue? , else I am missing any configuration stuff that needs to be done to make components visible in IPad.
SATTA KING (https://www.dehlisatta.com)
BLACK SATTA KING (https://www.dehlisatta.com/black-satta-king.php)
You can try the form factor as medium also.
Form Factor In Detail (https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.create_client_form_factor)
Also you can try using NOT function in if condition of form factor for mobile it will be like (!= 'Large') .
This will help you for all kinds of tablets and mobile.