defaultVideoPoster property
When not playing, video elements are represented by a 'poster' image. The image to use can be specified by the poster attribute of the video tag in HTML. If the attribute is absent, then a default poster will be used. This property allows the WebView to provide that default image.
Officially Supported Platforms/Implementations:
- Android native WebView
Implementation
Uint8List? defaultVideoPoster;