MobilePopupMenu AddAllRows can't handle separators

Add a MobilePopupMenu and a Button to a Screen. Have the button Pressed Event run:

Var myItems() As String = Array ("AAA", "BBB", "-", "CCC", "DDD", "EEE", "FFF")
PopupMenu1.RemoveAllRows

PopupMenu1.AddAllRows(myItems)

On Desktop and Web the String “-” is treated as a Separator, but on Mobile it appears as a hyphen.

Am I doing it wrong?

https://tracker.xojo.com/xojoinc/xojo/-/work_items/81807

Apparently Separators are not supported on iOS PopupMenus.

Is this a lack of support from Xojo or from iOS?

In short, there’s no separator menu item on iOS.