XToolkit.WhiteLabel icon indicating copy to clipboard operation
XToolkit.WhiteLabel copied to clipboard

ViewModel lifecycle methods have different behavior on each platform

Open yauhenipakala opened this issue 2 years ago • 0 comments

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

  • iOS:
  • Android:

Actual Behavior

  • iOS:
  • Android:

yauhenipakala avatar Jan 10 '23 15:01 yauhenipakala