button's tap area misaligned

Hello ! I've encountered an issue with button's tap area: in some circumstances button's tap area not match with it's geometry. This is happens only when the UI architecture contains NavigationView, TextField, and sheet.

Can be reproduced only on real device with iOS15.2 and above, not on simulator. Steps to reproduce:

  1. put focus on "input field"
  2. press "Push the tempo" button (.sheet based dialog appears)
  3. try to dismiss sheet with swipe down action (do not press "Close" button)
  4. observe: the tap area for "Refresh" button has shifted down against button frame.

The tap area for "Refresh" button stay the same if in step 3 we are trying to close the .sheet based dialog via "Close" button not with the swipe action.

Is it a bug ? Is there are any solutions to avoid this issue, except of full disabling of swipe action for sheet based dialog ?

Regards, Alexander.

button's tap area misaligned
 
 
Q