Open
Description
I've noticed a crash in my app if there are multiple graphs.
For example I have two pages with graphs.
If I navigate A -> B -> A
then try to touch Graph A, the app crashes in the PlotViewBase.Events.cs
file.

This is do to previousTouchPoints
being nil. It seems that the TouchEffect is associated with the wrong view? Not sure. Or they're all sending reports to each other.