You need to sign in to do that
Don't have an account?
why on button share in forceChatter:fullfeed is not working on lightning component
Hello all guy,
I am trying to use like this code , but it is not working for button share post .
How to fix it to work ??
Thanks for your advice !
<div aura:id="feedContainer" class="feed-container"> <forceChatter:fullFeed type="News " subjectId="Opportunity"/> </div>
I am trying to use like this code , but it is not working for button share post .
How to fix it to work ??
Thanks for your advice !
Add theses lines in the CSS file of the component where you called the forceChatter:fullFeed:
The reason:
If you inspect the page of the component, apparently, there is a div that overlays the entire screen that doesn't let any action to be done.
In the solution, we removed this from the view as I thought it shouldn't be in there.
I found no complications for this.
Cheers!