Content Deep Dive
How to load an external HTML file in an iOS app
Blog post from Daily
Post Details
Company
Date Published
Author
Phil Miller
Word Count
368
Language
English
Hacker News Points
-
Summary
Today, Apple announced support for navigator.mediaDevices.getUserMedia in iOS 14.3, a crucial element for audio and video calls, but this feature is currently blocked by a known bug that requires the HTML file to be loaded via HTTPS origins instead of local file:// protocols. To work around this issue, developers can host their files on a secure server or use platforms like Netlify for easy static file deployments.