sreeman44
Results
2
comments of
sreeman44
I cannot remove **public static bool IsOnMobile => AnalyticsInfo.VersionInfo.DeviceFamily == "Windows.Mobile";** as **IsOnMobile** is used another files. so i changed above code as **public static bool IsOnMobile => (AnalyticsInfo.VersionInfo.DeviceFamily ==...
Thanks for code. my listview doesn't contains any header so when there is no data in the listview users cannot be identified the listview and cannot be pulled to refresh....