Skip to main content

Requirements

All projects must display the Powered by 8th Wall badge on the loading page. It's included by default in the Loading Module and cannot be removed. Please see here for instructions on customizing the Load Screen.

Web Browser Requirements

Mobile browsers require the following functionality to support 8th Wall Web experiences:

  • WebGL (canvas.getContext('webgl') || canvas.getContext('webgl2'))
  • getUserMedia (navigator.mediaDevices.getUserMedia)
  • deviceorientation (window.DeviceOrientationEvent - only needed if SLAM is enabled)
  • Web-Assembly/WASM (window.WebAssembly)

NOTE: 8th Wall Web experiences must be viewed via https. This is required by browsers for camera access.

This translates to the following compatibility for iOS and Android devices:

  • iOS:
    • Safari (iOS 11+)
    • Apps that use SFSafariViewController web views (iOS 13+)
      • Apple added getUserMedia() support to SFSafariViewController in iOS 13. 8th Wall works within iOS 13 apps that use SFSafariViewController web views.
      • Examples: Twitter, Slack, Discord, Gmail, Hangouts, and more.
    • Apps/Browsers that use WKWebView web views (iOS 14.3+)
      • Examples:
        • Chrome
        • Firefox
        • Microsoft Edge
        • Facebook
        • Facebook Messenger
        • Instagram
        • and more...
  • Android:
    • Browsers known to natively support the features required for WebAR:
      • Chrome
      • Firefox
      • Samsung Internet
      • Microsoft Edge
    • Apps using Web Views known to support the features required for WebAR:
      • Twitter, WhatsApp, Slack, Gmail, Hangouts, Reddit, LinkedIn, and more.

For apps that don’t natively support the features required for WebAR, our XRExtras library provides flows to direct users to the right place, maximizing accessibility of your WebAR projects from these apps.

Examples: TikTok, Facebook (Android), Facebook Messenger (Android), Instagram (Android)

Screenshots:

Launch Browser from Menu (iOS)Launch Browser from Button (Android)Copy Link to Clipboard
iOSAndroidcopy to clipboard

Supported Frameworks

8th Wall Web is easily integrated into 3D JavaScript frameworks such as: