The Periodic loop, mostly copied from our WinForms days, does not work for our UWP application.
Students might STILL miss classes if our application is in the background.
The same thing happens for Android, don't know what's the case for other platforms.
A possible fix is to create a "Scheduled Notification", but requires more improvement from ToastNotification.Uno library.
The
Periodic
loop, mostly copied from our WinForms days, does not work for our UWP application.Students might STILL miss classes if our application is in the background. The same thing happens for Android, don't know what's the case for other platforms.
A possible fix is to create a "Scheduled Notification", but requires more improvement from ToastNotification.Uno library.