andrea-magni / TFrameStand

TFrameStand and TFormStand components for Delphi FireMonkey (FMX)
Mozilla Public License 2.0
265 stars 78 forks source link

iPhone gesture problem #82

Open lagodny opened 1 year ago

lagodny commented 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

Test FrameStand iPhone Getsture.zip