HomeiOS Developmentios - SwiftUI Menu Factor not displaying on older simulator Gadgets

ios – SwiftUI Menu Factor not displaying on older simulator Gadgets


I’ve a fundamental Menu object in SwiftUI, code under, that works on all gadgets besides the iPhone SE gen3. The preview textual content shows wonderful, however after I faucet it no menu object seems. If I press and maintain on the preview textual content I can see it get lighter, evidencing that its receiving the contact enter, its simply not displaying the related menu.

I’ve seemed via bug stories and Apple’s documentation, and it doesn’t seem to be this has been addressed in any respect.

The menu works on all simulators besides the SE mannequin (together with an iPhone 8, which has the identical display screen dimension + decision), in addition to a bodily iPhone 11. Sadly, I don’t have an bodily SE to check on

Has anybody run into this situation, know of a workaround, or know if it’s simply a difficulty with the simulator?

I’m working iOS 16.4, Xcode 14.3.1

Menu(“Check Menu”) {
   Textual content(“hi”)
   Textual content(“howdy”)
   Textual content(“howdy once more”)
}

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments