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;
}
- is duplicated by
-
MCPE-30364 Back button of the trackpad does not work properly
- Resolved
-
MCPE-31200 Walk back button delay
- Resolved
-
MCPE-34277 iOS Touchscreen Walk Backwards Delay
- Resolved
-
MCPE-34628 Walking backwards on iPhone 5 (SE) hesitates
- Resolved
-
MCPE-38519 Walking backwards is extremely hard
- Resolved
-
MCPE-38935 iOS control bar overlaps hotbar on iPhone X and above
- Resolved