The home indicator (If I’m getting the name correct) is that little bar at the bottom of an iPhone screen that you swipe up in order to return to the home screen. This bar replaced the home button / finger print scanner of older models.
I’ve noticed it takes a few swipes before the indicator reacts to input when running a Defold app. The indicator should take precedence over the game’s input focus, meaning it should respond to input immediately. Every app I’ve used behaves like this, it is only with Defold apps that the problem occurs.
Is this a known issue? Are there ways of preventing this behavior (some xcode setting perhaps)?