The bug
If you press the back button control, the button only activates after a delay.
This is because any press below a certain point is interrupted by the iOS Control Center and only happens if the controls are at the bottom of the screen.
See the attached screenshot for an explanation.
This only affects Apple users in iOS 11.0 or later.
Possible fix
- (UIRectEdge)preferredScreenEdgesDeferringSystemGesture {
return UIRectEdgeAll;
}
Linked issues
is duplicated by 6
Attachments
Comments 17

I just tried disabling the control center access within apps but it didn’t change the behavior in Minecraft moving backwards. Seems that this needs to be fixed in the app code
Another update, this issue also exists on iPad mini 2 with iOS 12.0.1 even with the new location of control center in iOS 12 for the iPad.
Another update, this issue also exists on iPad mini 2 with iOS 12.0.1 even with the new location of control center in iOS 12 for the iPad.