iOS 14 VideoPlayer has NavigationBar issue?

Hello

I'm facing a problem on new Video Player view from iOS 14

Now, I'm trying to use Video Player introduced on iOS 14+ in a View routed from Navigation Link.

I have set up
  • navigationBarBackButtonHidden -> true

  • navigationBarHidden -> true

  • navigationBarTitle("", displayMode: .inline)

  • statusBar -> hidden: true

  • edgesIgnoringSafeArea -> all

However, when VideoPlayer's mp4 video will start to be played, NavigationBar will be shown. To narrow down the issue, I tried to put Colored Rectangle on the area for VideoPlayer instead. Then, NavigationBar won't be shown.

I suspect that this issue is VideoPlayer View's bug, but I hope this is not a bug.

Does anyone know correct way or how to avoid Navigation Bay display when using VideoPlayer ?

This issue happens on both simulator and iPad device.

Best regards,

I'm having the same issue as well. Being looking around on google pretty heavily and haven't found any potential solution.

Five months later, I'm still having the same issue.

Same issue here!

iOS 14 VideoPlayer has NavigationBar issue?
 
 
Q