I have one web application and I am using HTML, CSS, JavaScript, jQuery, angular, bootstrap and java to design web application.
I want to lock portrait mode of the device(Ipad, Mobile, tablet) for a particular web page.
Means that page can only view in landscape mode, User is not able to go in portrait mode.
So how to lock portrait mode. Also, How automatically change the mode of the device(Portrait to Landscape) when users open the page.
Please solve my problem using above mentioned technology.