TheWidlarzGroup / react-native-video

A <Video /> component for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]: showNotificationControls is visible on iOS even when it is set to false

MTPL0005-AbhishekDube opened this issue · comments

Version

6.0.0 & 6.1.2

What platforms are you having the problem on?

iOS

Architecture

Old architecture

What happened?

<Video bufferConfig={{ minBufferMs: 15000, maxBufferMs: 50000, bufferForPlaybackMs: 2500, bufferForPlaybackAfterRebufferMs: 5000, cacheSizeMB: 0, }} fullscreen={fullscreen} muted={muted} onAspectRatio={this.onAspectRatio} onAudioTracks={this.onAudioTracks} onBuffer={this.onBuffer} onEnd={this.onEnd} onLoad={this.onLoad} onLoadStart={this.onVideoLoadStart} onProgress={this.onProgress} onReceiveAdEvent={this._onReceiveAdEvent} onTextTracks={this.onTextTracks} paused={paused} playInBackground={false} playWhenInactive={false} poster={courseImage} posterResizeMode="cover" preventsDisplaySleepDuringVideoPlayback={true} rate={rate} ref={(ref) => { this.videoPlayerRef = ref; }} resizeMode={ResizeMode.CONTAIN} selectedAudioTrack={selectedAudioTrack} selectedTextTrack={selectedTextTrack} showNotificationControls={false} source={{ uri: url }} style={fullscreen ? styles.fullscreen : styles.inlineScreen} volume={volume} />

Reproduction

repository link

Reproduction

ss

@KrzysztofMoch How can we hide 10 sec icon (forward and backward icon)

@amitmehtacode I respond you there - #3822 (comment)
please don't question in issue from it's scope

will be integrated in 6.2.0

@freeboub When can we expect the next release?