You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Currently, it’s not very easy to hit the touch target of paper-radio-button on a touch device (at least on iOS). You need to hit exactly inside the root element boundaries (which includes the label) to toggle the state.
For native input elements, iOS extends the touch target area outside the visible parts of the element (not sure about Android), making it easier to hit it. This doesn’t apply for paper-radio-button.
Currently, it’s not very easy to hit the touch target of paper-radio-button on a touch device (at least on iOS). You need to hit exactly inside the root element boundaries (which includes the label) to toggle the state.
For native input elements, iOS extends the touch target area outside the visible parts of the element (not sure about Android), making it easier to hit it. This doesn’t apply for paper-radio-button.
(Copied the from the same issue in paper-checkbox)
The text was updated successfully, but these errors were encountered: