fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

No getUserMedia (old IOS under 13) #924

Open yaetiya opened 2 years ago

yaetiya commented 2 years ago

System info

Issue occurs on: iOS <=13 Plugin version: 0.4.0

Steps to Reproduce

  1. Open site with any Audio webRTC on Old IOS IPhones (example: https://whereby.com/)
  2. Enable microphone permission
  3. navigator.getUserMedia and other variants of getUserMedia do not work on IOS under 13 (on IOS 14 it works fine)

Description

On IOS 14 it works fine: site asks microphone permission and webRTC works fine