Created
July 27, 2017 21:04
-
-
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"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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