You need to sign in to do that
Don't have an account?

Canvas app in Lightning component showing blank screen every first time
Hello,
I have a problem with Canvas App clicking it opens a canvas application and displays the canvas blank. When the users clear cache the display open normally.
<force:canvasApp developerName="QuotesCanvas" applicationName="QuotesCanvas" parameters="{!v.inputCampo}" width = "100%" height="400px"/>
Can you help to me?
I have a problem with Canvas App clicking it opens a canvas application and displays the canvas blank. When the users clear cache the display open normally.
<force:canvasApp developerName="QuotesCanvas" applicationName="QuotesCanvas" parameters="{!v.inputCampo}" width = "100%" height="400px"/>
Can you help to me?
Sorry for this issue you are encountering.
I faced a similar issue in the past and was able to solve it with below approach.
Here is the sample
ComponentCanvas : component applications: For more information please refer to below link.
- https://developer.salesforce.com/forums/?id=906F0000000kCkhIAE
Please let us know if this helps.Kindly mark this as solved if the reply was helpful.
Thanks,
Nagendra
I have a problem with Canvas App clicking in quickAction "Abrir Cotacao" it opens a canvas application and displays the canvas blank. When the users clear cache the display open normally.
<force:canvasApp developerName="QuotesCanvas" applicationName="QuotesCanvas" parameters="{!v.inputCampo}" width = "100%" height="400px"/>