daily-examples/prebuilt-ui/ios-webview/ios-webview
J Taylor 0ac15d3993 removed outdated comments 2021-06-21 11:00:09 +01:00
..
WebViewPrebuilt removed outdated comments 2021-06-21 11:00:09 +01:00
WebViewPrebuilt.xcodeproj initial commit 2021-06-17 15:46:09 +01:00
.gitignore initial commit 2021-06-17 15:46:09 +01:00
README.md initial commit 2021-06-17 15:46:09 +01:00
image.png initial commit 2021-06-17 15:46:09 +01:00

README.md

WKWebView prebuilt example

WebViewPrebuilt

What does this demo do?

Embeds the Daily Prebuilt UI in native iOS applicaiton using WKWebView

Notes:

  • getUserMedia support was added to WKWebView in iOS >=14.4
  • You must add both NSCameraUsageDescription & NSMicrophoneUsageDescription to info.plist or navigator.mediaDevices will resolve as undefined

Getting started

  • Load XCode project
  • Update the url property found in ViewController.swift
  • Run on device / simulator targeting iOS >=14.4