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'm displaying a linear graph and it works great along with zoom and pan, as long as I am in debug.
As soon as I switch to release, the graph appears but both zoom and pan do not respond.
This occurs only on Android, on iOS zoom and pan work in release.
My guess is that PlotController is being dropped by the linker, since I did have some issues with it in the past with db classes.
Is there anything that should be added to OnCreate other than OxyPlot.Xamarin.Forms.Platform.Android.PlotViewRenderer.Init(); to force the linker to keep all of OxyPlot's source code?