Bilal Hamdi

Results 5 comments of Bilal Hamdi

For me on Android 12 the app doesn't crash but the plugin doesn't work in the background mode as in target =

@jeffreybenabou please show us the changes that you made

setIsPlaying(true)} onPause={() => setIsPlaying(false)} onReady={() => setIsReady(true)} onVolumeChange={volume => { console.log( `=====================onVolumeChange: ${volume}===================`, ); }} onError={e => console.log('video e', e)} />

useEffect(() => { //request full screen when it's playing (working on ios / it works in second time for android not in the first time) if (isPalying) { setTimeout(() =>...

Hi @olivierapivideo the problem is in requestFullScreen() method (I think it's a bug in react-native-webveiw)