Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-29718

Back button control press is delayed

    XMLWordPrintable

Details

    • Community Consensus
    • Phone - iOS - iPhone 5S
    • 150148

    Description

      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;
      }
      

      Attachments

        Activity

          People

            jaxlar J L
            Votes:
            3 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              CHK: