HorusSoftwareUY / Xamarin.Forms.Skeleton

The new loading approach for cool apps in Xamarin Forms
MIT License
450 stars 52 forks source link

Not working on first load #5

Closed nakulLukan closed 4 years ago

nakulLukan commented 4 years ago

Hi,

First of all, thanks a lot for saving our time by creating such a beautiful much required library.

The issue is animation is not working, even background color is not changing, when the page (A) is first loaded. When we push a page (B) and popping (B) will animate all loaders on main page (A).

Xamarin Forms:- 4.4 iOS sdk- 13.1 Android sdk- pie

nakulLukan commented 4 years ago

The issue is at my side.

<Label Text={Binding StatusMessage} ...../>

Since the StatusMessage was empty initially, the label width will be zero, which did not show the effect. Solved by setting MinimumWidthRequest=50

AgustinBonilla commented 4 years ago

Hi @nakulLukan, thanks for the feedback! We really appreciate it.