I would like to know if there is any new way of handling to force a page to either landscape or portrait in xamarin.forms 3.0? I did manage to find some old articles on this but they refer to using methods that directly handle on each specific platforms. So, any new method in this xamarin.form 3.0?
These are my requirements:
1) Initially , all pages in iOS and Android are in Portrait Mode.
Where and how to I set up this for iOS and Android?
2) How to I set up any page I want to display in Landscape mode when I click a button .
I saw this link with interesting approach using interface, But I dont understand how to use it.
Thanks