|
|
||
|---|---|---|
| .. | ||
| WebViewPrebuilt | ||
| WebViewPrebuilt.xcodeproj | ||
| .gitignore | ||
| README.md | ||
| image.png | ||
README.md
WKWebView prebuilt example
What does this demo do?
Embeds the Daily Prebuilt UI in native iOS applicaiton using WKWebView
Notes:
getUserMediasupport was added to WKWebView in iOS >=14.4- You must add both
NSCameraUsageDescription&NSMicrophoneUsageDescriptiontoinfo.plistornavigator.mediaDeviceswill resolve as undefined
Getting started
- Load XCode project
- Update the url property found in ViewController.swift
- Run on device / simulator targeting iOS >=14.4
