Building a product for a customer that is going to be iframe’d into an React app. The React app is going to communicate with the iframe using postMessage.
As the PlayCanvas is reliant on the communication and the fact that launch.playcanvas.com is not allowing to be iframe’d we have a quite cumbersome workflow since we have to build the PlayCanvas app first, then launch the new build and copy the id of it in URL to the React app that reloads and the spins up the PlayCanvas.
For dev purpose is would be really really nice if we could iframe launch.playcanvas.com in the React App as it would speed up our iteration time significantly.