My app can be in landscape in some pages, but I want the splashscreen to be locked in portrait only.
I’ve tried changing config.xml to:
<preference name="Orientation" value="portrait"/>
But this will lock all my pages, even though it called unlock for those pages.
ScreenOrientation.unlockOrientation();
Anyone know how to do that?