fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.

Home Page:https://pub.dev/packages/flutter_webview_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No getUserMedia (old IOS under 13)

yaetiya opened this issue · comments

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