Open naveeng2228 opened 7 years ago
Having this issue also.
I have a handful of PlotModels in a Grid, which is contained within a scrollview. On Android, this works perfectly well, as said by naveeng2228. But on iOS, Scrolling can only be achieved by interacting with non-oxyplot elements of the UI, such as boxviews, blank spaces, etc.
However, I can interact with PlotModels using TouchStarted, TouchDelta, TouchCompleted..
Does anyone has resolution for this problem?
Still there is no resolution from OxyPlot Team. But I have temporally solved this issue by overlapping OxyPlotView with a transparent AbsoluteView. I am expect a solution from the OxyPlot Team.
@nvngogineni can you show a detailed example of your fix, please?
The bug still exists. What I did is I overlapped the graph view with a transparent UIView with same width and height to enable scrolling. But I think user interaction with the graph is not possible anymore (like scrolling or selecting graph points) but I do not need this.
Any update on this issue? Do we have any fix. We are also having interactions in graphs.
I fixed this issue by removing the pan zoom Gesture in iOS.
Any progress on this issue?
I still have the issue in Xamarin.iOS. It is quite sad, that we cant scroll when using PlotView since 2017.
Steps to reproduce
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.