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!