AzureAms / TimetableApp.Uno

TimetableApp, now for all platforms
Other
6 stars 2 forks source link

TimetableApp not auto-joining while in background. #9

Open trungnt2910 opened 3 years ago

trungnt2910 commented 3 years ago

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.

trungnt2910 commented 3 years ago

Waiting for some improvements in ToastNotification.Uno.