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
I implemented a SlidePopupView raised from NavigationBar Title View. This SlidePopupView contains a grid with 3 rows : 1 relative layout to get the image "upicon.png", 1 listview, 1 button in order to close the popup.
On Android, no problem, everything is fine.
On iOS, all datas contained in listview - except images - are not displayed.
I tried multiple layout inside ListView's ViewCell. Same result ; one difference, it seems that if there is multiple stacklayout, specially if they are nested, even images are not displayed.
No problem with SlideMenu ; it works on both platform.
I'm having a similar issue. I have probably problably catched the cause and it is related to labels only.
It seems that labels without WidthRequest property set are not rendered.
Hi everyone,
I implemented a SlidePopupView raised from NavigationBar Title View. This SlidePopupView contains a grid with 3 rows : 1 relative layout to get the image "upicon.png", 1 listview, 1 button in order to close the popup.
On Android, no problem, everything is fine.
On iOS, all datas contained in listview - except images - are not displayed.
I tried multiple layout inside ListView's ViewCell. Same result ; one difference, it seems that if there is multiple stacklayout, specially if they are nested, even images are not displayed.
No problem with SlideMenu ; it works on both platform.
This is my XAML :
Any ideas ? I saw that some recent commits are about a bug of listview on Android ; maybe it's related/similar for iOS, @jessejiang0214 @rid00z ?
Thanks for your help
The text was updated successfully, but these errors were encountered: