Using Delphi 10.4.1
Buttons, when set to Invisible, will hide in iOS. However, the same buttons will not hide in iPadOS 14.4.
Similarly, the text on a TLabel will not refresh automatically when updated.
However, when I click the iPad button (iPad Air), and re-show the iPad app, all the changes that were supposed to be made show up!
I've tried TControl.Repaint() and even the inefficient Application.ProcessMessages(). Both do not work.
Any suggestion?