-
### Expected Behavior
plays video inline
As playsinline is set false, the video must open in fullscreen.
### Actual Behavior
The video does not play in fullscreen, instead plays inline.
`
…
-
### Steps to reproduce
1 - Clone my repository and build on IOS with version flutter 3.16.0. https://github.com/hbedford/webviewiframe.git
2 - Tap on play video of youtube.
3 - Open fullscreen an…
-
I have the following code
```dart
Center(
child: VimeoVideoPlayer(
url: 'https://vimeo.com/${mediaItem.video_id}',
),
)
```
…
-
`pubspec.yaml`
```yaml
dependencies:
vimeo_player_flutter: ^0.0.3+2
webview_flutter: ^4.0.1
```
```shell
flutter pub get
```
```
Because vimeo_player_flutter 0.0.3+2 depends on webview_f…
-
Our application consists of a website displayed inside Flutter using the InAppWebView Plugin. Inside we use Vimeo Player to allow users to watch our training courses. It works fine on almost everywher…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
Cannot make html5 video fullscreen. if i open the link in chrome outside the app i can make it fullscreen. but inside the WebView I can't.
```
```
example link https://gdriveplayer.us/embed2.p…
-
As brought to light recently by @davidjb (mostly) and myself, we have quite a number of icons in our library with one or more imperfections from the following list:
- They do not fit the canvas
- Th…
-
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(VideoError, Video player had error com.google.android.exoplayer2.ExoPlaybackException: Source error, null, nul…
-
Hello Flutter team.
I'm building an app for 24 / 7 video translation of different streams (HLS/progressive) from video hosting providers (YouTube and Vimeo). It runs on Android miniboard devices (…