Embed Your App in a Webpage Without iFrame or Embed Code
You may want to embed your app into a webpage and have run into some issues. iFrames work well but have CSS and other issues on mobile browsers. In this example, object code works perfectly with scrolling on desktop and mobile and maintains your app formatting.
One Easy Step
Swap out the page, width, and height in the code below. Place it wherever you want the content on your page.
<object type="text/html" data="https://yourwebsite.com/yourpage.html" width="100%" height="800"></object>
Original Community Post:
We'd love to hear your feedback.