Softeq / XToolkit.WhiteLabel

Modular MVVM framework for fast creating powerful cross-platform applications with Xamarin & .NET for Mobile
https://softeq.github.io/XToolkit.WhiteLabel/
MIT License
25 stars 5 forks source link

ViewModel lifecycle methods have different behavior on each platform #510

Open wcoder opened 1 year ago

wcoder commented 1 year ago

Description

ViewModel lifecycle methods:

https://github.com/Softeq/XToolkit.WhiteLabel/blob/8af5c6aa542c72bfc21679dd00d1c177e482517b/Softeq.XToolkit.WhiteLabel/Mvvm/IViewModelBase.cs#L23-L33

https://github.com/Softeq/XToolkit.WhiteLabel/blob/8af5c6aa542c72bfc21679dd00d1c177e482517b/Softeq.XToolkit.WhiteLabel/Mvvm/ViewModelBase.cs#L33-L41

ViewModel lifecycle methods have different behavior on each platform:

Expected Behavior

Actual Behavior