Description: The radio buttons in the iOS app look good and are drawn big enough to be used with a finger. However it seems that the area which actually reacts to a tap event is smaller than the element it self. I often have to tap multiple times until a selection is actually made and it seems I have to perfectly hit the center of the circle. I think that users get frustrated if they have to tap multiple times and therefore hope this can be improved. Steps to Reproduce: 1. Open a tunneled dialog 2. Try to select an option with a radio button Actual Results: Often the selection isn't made with the first finger touch. Expected Results: The selection should always react on a finger touch. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 150998 [details] One area where I often have to tap multiple times in order to select an option
Yep, it does feel like it requires unnecessarily exact touching of the button.
Hmm. the hit area is shifted down. Fixing that should make it easier to hit a radio button easier.
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/302a00a3190743f5e6d2b61e5b40e493c4744b7e%5E%21 tdf#124947 fix hit area of the radio buttons, size in ios theme It will be available in 6.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.