Open lagodny opened 1 year ago
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
LFrame := T(GetFrameClass<T>(LParent, LStandName).Create(nil));
Test FrameStand iPhone Getsture.zip
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