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
Susan TaylorSusan Taylor 

Lightning Aura Compenent added to Task Layout not showing in SF Mobile

New to Lightning Development and trying to understand its limitations with regards to what works in which environment (Lightning Experience vs Salesforce Mobile). I've added a simple lightning component to the Task layout - it's working fine in Lightning Experience, but does not show in the Salesforce Mobile app's Task layout.  Is this par for the course or is there possibly an attribute I'm missing?
<aura:component implements="flexipage:availableForRecordHome,force:hasRecordId" access="global">
Many thanks for any advice