Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shazron/7a7f4fbca4dc21b8dfba97fe45a89c6b to your computer and use it in GitHub Desktop.
Save shazron/7a7f4fbca4dc21b8dfba97fe45a89c6b to your computer and use it in GitHub Desktop.
Brisk file to dupe an Apple Radar for "getUserMedia is not supported in WKWebView"
{
"reproducibility_id": 1,
"expected": "Access to the microphone and camera",
"description": "One of the big announcements for the web in iOS 11 is support for getUserMedia in Safari (see https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Safari_11_0/Safari_11_0.html#//apple_ref/doc/uid/TP40014305-CH13-SW8 for announcement). Sadly, it appears that getUserMedia is not enabled for applications that use a WKWebView.\n",
"configuration": "iOS 11 beta 4",
"product_id": 579020,
"attachments": [
],
"steps": "Call `getUserMedia` in a page loaded into a WKWebView",
"actual": "The API is not available",
"area_id": 48,
"version": "iOS 11 beta 4",
"title": "getUserMedia is not supported in WKWebView",
"classification_id": 8,
"notes": " "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment