I’ve a primary Menu object in SwiftUI, code under, that works on all units besides the iPhone SE gen3. The preview textual content shows wonderful, however once 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 by means of bug stories and Apple’s documentation, and it doesn’t appear 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 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 problem, know of a workaround, or know if it’s simply a problem with the simulator?
I’m working iOS 16.4, Xcode 14.3.1
Menu(“Take a look at Menu”) {
Textual content(“hi”)
Textual content(“howdy”)
Textual content(“howdy once more”)
}