Restrict Ionic App orientation to portrait mode
-
date_range 01/08/2015 00:00 infosort label
Add the following line of code to config.xml to restrict your app to portrait mode.
1
<preference name="orientation" value="portrait" />
Add the following line of code to config.xml to restrict your app to portrait mode.
1
<preference name="orientation" value="portrait" />