[Android] Fixed issue refreshing CollectionView using ScrollView inside DataTemplate...
authorJavier Suárez Ruiz <javiersuarezruiz@hotmail.com>
Tue, 29 Oct 2019 11:31:39 +0000 (12:31 +0100)
committerRui Marinho <me@ruimarinho.net>
Tue, 29 Oct 2019 11:31:39 +0000 (11:31 +0000)
commit0918df146d8b050a3826054200e7643b89b36b7d
tree9730311229d56a7ad62c236723b76fd7bb4ff238
parent5bb10d4bd6fc48a9b5eb69b4af6c882434fdd9b4
[Android] Fixed issue refreshing CollectionView using ScrollView inside DataTemplate (#8224) fixes #8198

* Fixed issue 8198 - ScrollView at CollectionView at RefreshView always leads to Pull-To-Refresh

* Added instructions to the Issue8198

* Added support for WebView on Android to align functionality with iOS

* Added more RefreshView Core Gallery samples

* Updated new samples

* Updated instructions text
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue8198.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
Xamarin.Forms.Controls/GalleryPages/RefreshViewGalleries/RefreshCarouselViewGallery.xaml [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/RefreshViewGalleries/RefreshCarouselViewGallery.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/RefreshViewGalleries/RefreshCollectionViewGallery.xaml
Xamarin.Forms.Controls/GalleryPages/RefreshViewGalleries/RefreshListViewGallery.xaml
Xamarin.Forms.Controls/GalleryPages/RefreshViewGalleries/RefreshViewGallery.cs
Xamarin.Forms.Controls/GalleryPages/RefreshViewGalleries/RefreshWebViewGallery.xaml [new file with mode: 0644]
Xamarin.Forms.Controls/GalleryPages/RefreshViewGalleries/RefreshWebViewGallery.xaml.cs [new file with mode: 0644]
Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj
Xamarin.Forms.Platform.Android/Renderers/RefreshViewRenderer.cs