Hello,
I just installed iOS 27 on iPhone, but it seems the ActionSheet isn't working; nothing is displayed...
Work fine before on iOS 26.2.
here a easy test code:
I just installed iOS 27 on iPhone, but it seems the ActionSheet isn't working; nothing is displayed...
Work fine before on iOS 26.2.
here a easy test code:
Actionsheet:
Dim sheet As ActionSheet
sheet.Initialize("sheet", "", "", "", Array("Cat", "Dog", "Monkey", "Rat"))
sheet.Show(pg.RootPanel)
Wait For sheet_Click (Animal As String)
Log(Animal)
Last edited: