fluttercommunity / fluttercommunity/flutter_webview_plugin
IOS goes to live broadcast instead of camera on video recording
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
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.**

Why is that happen?
Check out our [discussion on StackOverflow](https://stackoverflow.com/questions/73320367/flutter-inappwebview-ios-goes-to-live-broadcast-instead-of-camera/74670558#74670558)
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
[1]: https://pub.dev/packages/flutter_inappwebview
[2]: https://i.stack.imgur.com/vdfjY.gif
[3]: https://github.com/pichillilorenzo/flutter_inappwebview/issues/1248
[4]: https://pub.dev/packages/flutter_webview_plugin
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.