Hi,
I implemented a custom Android Xamarin.Forms PageRenderer and am able to detect the orientation change fine using OnConfigurationChanged.
However, I'd like to also find out the initial orientation (before any changes).
How can I find the intial orientation in my custom page renderer?
Thanks!
Chris