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

IOS goes to live broadcast instead of camera on video recording #957

Open CartmanGD opened 1 year ago

CartmanGD commented 1 year ago

I'm using the flutter_webview_plugin package to show our website as a web view in our Flutter iOS app. The website supports video recording, and everything works fine on the web.

Whenever the user starts recording video from the app, it accidentally redirects them to live broadcast instead of the camera.

ezgif com-gif-maker-4

Why is that happen?

Check out our discussion on StackOverflow

flutter doctor:

[✓] Flutter (Channel stable, 3.3.7, on macOS 13.0 22A380 darwin-x64, locale en-IL)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.73.1)
[✓] Connected device (2 available)
[✓] HTTP Host Availability

IOS version: 15.2.1