Hi,
I have some code that has been working okay until I came to perform some new testing this week.
I get the following error: System.Reflection.TargetInvocationException: 'Exception has been thrown by the target of an invocation.'
thrown when trying to use a DisplayActionSheet.
Initially I thought that there may be an issue with the TapGestureRecogniser that I'm using, but I get the same exception even when I use the following in the code behind:
var displayActionSheet = DisplayActionSheet("this is a test", "cancel", "bye");
I'm running this on Android 8.0.0 using Xamarin.Forms 4.4.0.99147.
Anyone else come across this?