OYIon / LiveXAML

Xamarin Forms live UI update in an emulator
35 stars 2 forks source link

Shell FlyoutHeader doesn't update upon save #72

Open davidortinau opened 5 years ago

davidortinau commented 5 years ago

Screencast: https://www.screencast.com/t/e3tyonTx2ek

In this screencast you can see I have a DataTemplate for the FlyoutHeader. Changes to this are not being reloaded. Changes to Shell items in the menu are though.

Additionally there are other DataTemplates.

<Shell.FlyoutHeaderTemplate>
        <DataTemplate>
            <ContentView HeightRequest="60" BackgroundColor="Black" />
        </DataTemplate>
    </Shell.FlyoutHeaderTemplate>

https://github.com/PureWeen/VisualTesting

FYI - some of these names may be changing, but the functionality is expected to be the same.

ionoy commented 5 years ago

Hello David,

I have published the 2.1.63 version of LiveXAML NuGet package. Please try updating and see if it fixes the issue for you.

Thanks!