xamarin/Xamarin.Forms
[Bug][iOS][Android] SwipeViewItems cut off on one or more sides
Aberta
#8.782 aberto em 6 de dez. de 2019
a/swipeviewe/1 :clock1:help wantedin-progressinactivet/bug :bug:up-for-grabs
Métricas do repositório
- Stars
- (5.644 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Description
I've defined multiple SwipeItemView objects in a SwipeView. However, the problems are:
- On iOS, the first SwipeItemView is cut off on the left hand side.
- On both iOS and Android, the right most SwipeItemView is cut off on the right hand side.
Steps to Reproduce
- Run the attached sample on iOS.
- Browse to the SwipeView custom SwipeItem page.
- Swipe from the right on "What's 1+1?".
Expected Behavior
The two SwipeItemView objects are fully shown, without being cut off on either side.
Actual Behavior
On iOS, the first SwipeItemView is cut off on the left hand side. On both iOS and Android, the right most SwipeItemView is cut off on the right hand side.
Basic Information
- Version with issue: 4.4-pre3
- IDE: VSMac 8.3.10
- Platform Target Frameworks:
- iOS: 13.2
- Android: API 28
Screenshots

