fluttercommunity / fluttercommunity/flutter_webview_plugin
m3u8 files can be played on iOS but Android gives error
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
## System info
Issue occurs on: Android
Plugin version: 0.3.11
Flutter doctor output:
```
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, 1.22.1, on Mac OS X 10.15.7 19H2, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 12.0.1)
[✓] Chrome - develop for the web
[!] Android Studio (version 4.0)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.50.0)
[✓] Connected device (3 available)
! Doctor found issues in 1 category.
```
## Steps to Reproduce
1.
```
WebviewScaffold(
url: "http://cdn.smartstream.video/smartstream-us/channelwinlive/channelwinlive/playlist.m3u8",
));
```
Above code works perfectly in iOS but not in Android
Output in Android:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.