mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Auto-hide home indicator during fullscreen player on iOS 18 or lower
Set the home indicator to prefer being hidden (default: false)
This commit is contained in:
parent
7d60a0c43f
commit
4bb9371ffd
1 changed files with 1 additions and 0 deletions
|
|
@ -1360,6 +1360,7 @@ const InnerNavigator = ({ initialRouteName }: { initialRouteName?: keyof RootSta
|
|||
contentStyle: {
|
||||
backgroundColor: '#000000', // Pure black for video player
|
||||
},
|
||||
autoHideHomeIndicator: true,
|
||||
// iPad-specific fullscreen options
|
||||
statusBarHidden: true,
|
||||
statusBarAnimation: 'none',
|
||||
|
|
|
|||
Loading…
Reference in a new issue