You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create a frame, don't give it an owner. LFrame := T(GetFrameClass<T>(LParent, LStandName).Create(nil));
This leads to the fact that gestures do not work on the iPhone.
Tested in Delphi 11.3
When you create a frame, don't give it an owner.
LFrame := T(GetFrameClass<T>(LParent, LStandName).Create(nil));
This leads to the fact that gestures do not work on the iPhone.
Tested in Delphi 11.3
Test FrameStand iPhone Getsture.zip
The text was updated successfully, but these errors were encountered: