XamarinCommunityToolkit
XamarinCommunityToolkit copied to clipboard
Navigation stack layout error
I am trying to navigate to another page and I am getting this error
System.NotSupportedException: 'Unable to activate instance of type Xamarin.Forms.Platform.Android.Platform+DefaultRenderer from native handle 0x7fff145c7444 (key_handle 0x32500df).
This is what I tried to do
<NavigationPage.TitleView>
<StackLayout Orientation="Horizontal"
community:TouchEffect.Command="{Binding ProfileCommnd}"
HorizontalOptions="Start">
<ffimageloadingsvg:SvgCachedImage Source="{Binding FireUser.PhotoUrl}"
WidthRequest="40"
HeightRequest="40" />
I believe this isn't related to XCT, maybe is an XF issue? Anyway, @eduardoagr Could you attach a small repro?
here @pictos https://github.com/eduardoagr/Error
The problem comes when you try to use the TouchEffect on the stack, but if you use a gesture recognizer, it works fine