When the modifier of fullscreencover is used continuously in iOS14, one of the fullscreencovers is not displayed.
// SOMEView2 not working
content
.fullScreenCover(isPresented: $isPresente1, content: { SOMEView() })
.fullScreenCover(isPresented: $isPresente2, content: { SOMEView2() })
We are investigating which OS is causing this issue. Has anyone else experienced a similar issue? If so, can you tell us if it is occurring on iOS 14.5.0?
OS on which the problem occurs It occurs on iOS14.1 ~ 14.4. It does not occur on iOS 14.5.1.