Open
Description
Steps to reproduce
- Create a cross-platform (Xamarin Pages) project in VS 2015 with 4.0 Framework.
- Now add multiple charts to your ContentPage. And Add guester listeners to few charts.
- Now try to launch your app on IOS devices either Iphone or Ipad.
- Now try to scroll the page.
- At-least try to perform tap on the charts those are having tap guster listeners.
Platform: Xamarin.Forms
.NET version: 4.0
Expected behaviour
Page should scroll and can perform tapping operations which are working smooth in Android.
Actual behaviour
Unable to scroll the page. Or even Can't perform click operations on charts.