I have a link of billboard (web view) . I want render this billboard in my application. so in the JS I found the IFrame for show particular web link . how to use this in Lightning js or if any other solution then suggest me.
Lightning is a framework which uses a canvas tag in a browser. You’re still in a standard browser and can create an iframe in the DOM and zIndex it on top of the canvas tag. (Use document.createElement(iframe) and go from there)