Hi!
I'am using Device.BeginInvokeOnMainThread from main thread to push some action to the end of main thread dispatcher queue. On the iOS everything works like expected, but on Android this method executes action immediately. What is this - a bug or by design?
↧
Device.BeginInvokeOnMainThread executes action immediately on Android.
↧