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
Sunil Wadeyar 4Sunil Wadeyar 4 

Hiding Loading Canvas App message

Hi,

I am working on canvas app. I want to hide "Loading <Canvas App Name>..." message while loading canvas app. 
Best Answer chosen by Sunil Wadeyar 4
Sunil Wadeyar 4Sunil Wadeyar 4
I ended up hiding the iframe and showing it up onload of the canvas app using canvas event publish and subscription.

All Answers

pconpcon
I do not believe there is a way to do this natively.  You may be able to do it with some JavaScript hackery on the parent page (if you can) but I don't even think that would work as expected.
Sunil Wadeyar 4Sunil Wadeyar 4
I ended up hiding the iframe and showing it up onload of the canvas app using canvas event publish and subscription.
This was selected as the best answer