prepareVideoElement method

  1. @override
void prepareVideoElement(
  1. VideoElement videoSource
)
override

Implementation

@override
void prepareVideoElement(VideoElement videoSource) {
  // required to tell iOS safari we don't want fullscreen
  videoSource.setAttribute('playsinline', 'true');
}