This code:
Works great on iPhone variant, but the "Cancel" is not displayed on the iPad variant. Every other item is displayed on both.
Any ideas?
B4X:
ashEdit.Initialize("ashEdit","Other Actions","Cancel","",Array As String("New Order","Login","History","Profile","Send DB to Developer"))
ashEdit.Show(CurrentPage.RootPanel)
Works great on iPhone variant, but the "Cancel" is not displayed on the iPad variant. Every other item is displayed on both.
Any ideas?