has anyone tried to capture video from iphone camera on microsoft edge mobile browser? does it work? navigator.mediaDevices returns me undefined and I'm wondering if that browser doesn't support mediaDevices API at all, or it`s just a camera access issue.
navigator.mediaDevices in microsoft edge mobile ios 13.3.1
717 Views Asked by Bachu At
1
There are 1 best solutions below
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in IPHONE
- How to control the volume of an iPhone programmatically in objective-c
- my website crash on safari The site sometimes crashes and I can't recover the crash
- Postal Framework crash in iPhone but runs successfully in simulator
- Xcode 15 building failure when using iphone 15 as simulator, using ios 17
- Images uploaded via Active Storage not displaying in Active Admin or on certain devices
- Any problem with creating provisioning profile with old Iphone?
- Does anyone know how to make iPad layout the same as iPhone's? Size wise the text and overall layout get's smaller when I run the app on the iPad
- Keyboard not appearing when connecting smart card reader to iPhones with type-c port. i.e. iPhone 15/ 15 pro
- Access the list of SIM mobile numbers installed in the iPhone
- Can we produce haptics and record from microphone the haptic sound at the same time on iOS?
- SwiftUI's localized string do not load from main bundle despite using the main bundle identifier (an xcode bug?)
- Cordova iOS only app upload through transport requires WKWatchKitApp
- Amazon s3 video is not played on Iphone
- build getting failed for ios xcode build -flutter app
- "Error when Importing 'mysdk' into iOS Demo App: dyld Library not loaded: @rpath/MQTTClient.framework/MQTTClient"
Related Questions in MICROSOFT-EDGE
- couldn't sign in visual studio code
- Could not start a new session. Response code 500
- C# --headless print-to-pdf with Microsoft edge(chromium) won't work using ProcessStartInfo
- Building a web application for microsoft edge sidebar
- How to access Microsoft Edge browser and login into website via VBA
- Testcases failing in azure pipeline giving error edge driver exception
- Have values for edge driver changed
- DevTools not evaluating `$0` eagerly
- Native Messaging "Specified native messaging host not found" debugging
- @angular/cdk drag and drop dropzone likes to be outside of the original position when dropping in chrome browser but works fine in edge
- Start MS-Edge from command with save-as enabled
- img tag not loading dynamic image url in different browser except chrome
- How to restore the Microsoft extension user data to another pc?
- chrome.downloads.download on MS Edge: windows update this week added a bug. Work-around?
- Several issues with scroll snap in HTML/CSS
Related Questions in MEDIADEVICES
- navigator.mediaDevices.enumerateDevices how to get currently connected/active devices
- Permissions policy violation in Chrome-based browsers while accessing camera
- How to record screen + tab audio (internal audio) + system mic audio in ReactJS
- How to create and write to a virtual video device on Linux using C?
- On iOS: User allows camera but the video element is blank & console error "Unhandled Promise Rejection: NotAllowedError"
- How to implement micro button and camera button like video call app?
- HTML video element don`t display content and it is black screen on Safari 15.6.1
- Firefox not listing all audio output devices
- navigator.mediaDevices.enumerateDevices() shows audioinput but not videoinput from capture card
- How to create sound from the microphone in JavaScript and play it in real-time using Java?
- navigator.mediaDevices.getUserMedia doesn't work on macos catalyst WKWebView
- Drawing frames using requestAnimationFrame when tab is inactive for screen recording with getUserMedia in the Chrome
- Problems with react-media-recorder staying stuck at IDLE
- Is there a way to add constraints to UserMedia using Tone.js?
- CanvasRenderingContext2D.drawImage() generating distorted image
Related Questions in IOS13.3
- Accessibility Inspector not working on Xcode Version 13.3 on macOS Monterey Version 12.3
- SwiftUI Crash in AG::LayoutDescriptor::Builder::Emitter
- swift _ Pushing ViewController in gives a black screen
- HTML Drop Down not selecting options in iPhone's IOS 13
- Application stop suddenly and getting NSURLErrorDomain error
- iOS 13.4 When app goto background from foreground network is getting disconnect
- Branchio Universal Deeplink redirecting to safari and shows popup to launch the application even app is installed in iOS 13.3.1
- Issue recovering filename from PHAsset in iOS 13.3
- navigator.mediaDevices in microsoft edge mobile ios 13.3.1
- ReplayKit - Broadcast Upload Extension - EXC_RESOURCE RESOURCE_TYPE_MEMORY
- xcode ios simulator The request timed out
- App crashes when opening after building it with Xcode 11.3.1
- SwiftUI iOS 13.3 Missing Navigation Bar title when nested inside TabView
- Is There an Alternative Way to Incorporate Firebase into my iOS App Other Than Cocoapods?
- AVPlayer crash on fullscreen
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Please check this article, if the current document isn't loaded securely or if using the new MediaDevices API in older browsers, the navigator.mediaDevices might be undefined. So, try to check the browser version and clear the browser data, and then retest the code.
Besides, before using navigator.mediaDevices, you could try to add the following polyfill:
I have reproduced the problem on IOS 13.4 version and using Microsoft Edge 44.13.7 version, after using above polyfill, this error disappears.