mojira.dev
MCPE-29718

Back button control press is delayed

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

Attachments

Comments 17

Same problem on the iPhone5s.. I hope they are fix this next update..

Same problem on the iPhone5s.. I hope they are fix this next update..

7 more comments

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.

This is fixed for me with Minecraft version 1.8.0.

This is fixed for me with Minecraft version 1.8.0.

J L

(Unassigned)

150148

Community Consensus

Phone - iOS - iPhone 5S

iOS 11.2

backward, controls, delay, delayed, ios

1.2.8.0, 1.4.3.0, 1.5.1.2, 1.5.3, 1.6.0, 1.6.2.0

1.8.0

Retrieved