material-web
material-web copied to clipboard
<list-item> Multiple Items selected at the same time with click Gesture in iphone
Describe the bug In iPhone when the user clicks over the list item can select multiple items and we can't disable the multi-selection list item with any code recommendation in the documentation.
To Reproduce Steps to reproduce the behavior:
- Go to an mwc-list on an iPhone.
- Click on several mwc-list-item at time 3 See error "all the list items are selected and you can't unselect these list-item until you click out side the list item"
Expected behavior when clicking over a list-item the previous selected list-item be unselect.
Screenshots

Browser Version (please complete the following information):
- OS: [iOS]
- Browser [chrome, safari]
- Version [latestone]
Additional context Add any other context about the problem here.
Thanks for the bug report! We'll look into this and see if we can provide a workaround. It may be fixed in our upcoming rewrite for list
This shouldn't be an issue anymore with the new <md-list> in M3