Ios 11 disable gestures for lime legacy

Hi, I am using lime legacy for android/ios targets and after ios11 release we have troubles with taps around screen edges, solution of this issue is here.

Looks like we should fix this file lime/legacy/project/src/iPhone/UIStageView.mm.
The trouble is we have deployment target iOS 6.0 but a method preferredScreenEdgesDeferringSystemGestures only available after SDK11.0+

Does it possible to fix this issue without changing deployment target up to 11 ??
Thanks a lot for your answer!

1 Like

Looks like SDL is getting changes to this:

I think the respondsToSelector code that’s in this commit is something that could work with an older SDK, but I’m unsure. It certainly would work with an older runtime version