Skip to main content
WebViews let users follow links and view more content without leaving the context of where they found the initial information.

Types and Styles

WebView types:
  • Public: doesn’t require login
  • Authenticated: users must log in to see content
You can configure WebViews to load in three styles:
  • Full page within the app: The WebView takes up the entire screen.
  • Inside a container: The app embeds the WebView within a specific section or component of the UI.
  • In an external browser: The WebView opens in the users’ default web browser.
WebViews work best for loading content such as:
  • Locations: Maps or store finders.
  • Help & Legal: Support documentation and legal information.
  • Terms & Conditions (T&C): User agreements.
  • Frequently Asked Questions (FAQ): Common user queries.
  • Privacy Policy: Data privacy information.
When you implement WebViews, we recommend that you enable light and dark mode, font scaling, and hide the website navigation for a safer and better user experience.