Hello, I am developing a Xamarin.Forms app, and need to check if the screen is locked on all platforms. I was hoping to be able to implement this with Xamarin.Essentials.Screenlock or with some other cross platform implementation, but it's looking like I will need to set up a Dependency Service and do it natively in Android, iOS, and UWP. Any help or suggestions are greatly appreciated.
↧