My canvas app contains a control (component) that is basically a 'title bar' with a back button on it. As such it is always shown on the top of the app. We noticed however that the 'back' button didn't seem to register a click sometimes (leading the user to think the app was unresponsive or buggy).
After some investigation, it appears as though any touch input that is in the area where the 'information bar' (showing the time, battery status, etc) usually appears on iOS, the clicks fail to register.
I tested this with a screen set up as follows:

Each button updates a context variable to toggle the corresponding toggle switch below it.
In my test, the 3rd and 4th button didn't 'click' at all on a device. The first two buttons do, but only if it's pressed not too close to the edge of the screen.