5-stones / react-native-readium

📚 📖 React Native ebook reader for iOS, Android, & Web via Readium
MIT License
89 stars 25 forks source link

Navigation header menu bar does not go off in Android #56

Closed amalStorilabs closed 5 months ago

amalStorilabs commented 5 months ago

I am facing an issue in android were i am not able to show the ReadiumView content in full screen in android becuase the top menu bar stays on always. In iOS when the user taps the screen both system navigation and top menu will disappear in android this default behavoiur is not working . I was trying a workaround by toggling the headerShown option in navigation but inside the readiumView the usertaps are not detecting , is there any way to trigger the onPress method

The code :

<SafeAreaView style={[styles.container, { height: windowHeight }]}>

jspizziri commented 5 months ago

@amalStorilabs , this issue has been reported a few other times. Please take a look at those issue threads. At the end of the day, I need you to submit a repro based the example project (so you'll do it based on a fork of this repo).

I'll reopen this issue if you're able to do that but I'm going to close it until then.