Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to scroll page when adding OxyPlot to ContentPage #61

Open
naveeng2228 opened this issue Jun 10, 2017 · 9 comments
Open

Unable to scroll page when adding OxyPlot to ContentPage #61

naveeng2228 opened this issue Jun 10, 2017 · 9 comments

Comments

@naveeng2228
Copy link

Steps to reproduce

  1. Create a cross-platform (Xamarin Pages) project in VS 2015 with 4.0 Framework.
  2. Now add multiple charts to your ContentPage. And Add guester listeners to few charts.
  3. Now try to launch your app on IOS devices either Iphone or Ipad.
  4. Now try to scroll the page.
  5. 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.

@NeilMalcolm
Copy link

NeilMalcolm commented Jun 14, 2017

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..

@ukhimesra
Copy link

Does anyone has resolution for this problem?

@nvngogineni
Copy link

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.

@erdmenchen
Copy link

@nvngogineni can you show a detailed example of your fix, please?

@hannesganthaler85
Copy link

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.

@objorke objorke changed the title Unable to scroll page when adding OxyPlot to ContentPage In Xamarin.Forms [IOS] Unable to scroll page when adding OxyPlot to ContentPage Oct 20, 2019
@objorke objorke added this to the v2.0 milestone Nov 28, 2019
@PavaniTatikonda27
Copy link

Any update on this issue? Do we have any fix. We are also having interactions in graphs.

@PavaniTatikonda27
Copy link

I fixed this issue by removing the pan zoom Gesture in iOS.

@chaoyebugao
Copy link

Any progress on this issue?

@Kistelekig98
Copy link

I still have the issue in Xamarin.iOS. It is quite sad, that we cant scroll when using PlotView since 2017.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants