# Enabling Elements for the Web Like other platforms, Browsers requires the same two or three simple steps: Add a web view, handle events/messages, and, in some cases, authenticate the user. ## Step 1. Set Up an Iframe Component used: [iframe](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/iframe) Required Web View Configuration - Enable JavaScript - Enable Web Storage (DOM Storage) #### Iframe Sample elements-in-browser.html