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

Microphone is not working in background (IOS) #925

Open yaetiya opened 3 years ago

yaetiya commented 3 years ago

System info

Issue occurs on: iOS (14+) Plugin version: 0.4.0 Flutter doctor output:

here is ok

Steps to Reproduce

  1. Join any webRTC meeting via webview (ex: https://whereby.com/)
  2. Tap on Home button on your IOS device
  3. Now you are able to listen only (microphone is not work in background). If you reproduce this actions with Safari, you get green call overlay on top (and audio and micro would continue work is background)
yaetiya commented 3 years ago

IOS <= 13 does not support working with microphone at all

MahmoudMamdoouh commented 2 years ago

is there is no progress in this issue