Hi,
my screen orientation is not working on android device.
modal.ts
this.screenOrientation.unlock(); this.screenOrientation.lock(this.screenOrientation.ORIENTATIONS.LANDSCAPE);
On config.xml file put this code
config.xml
<preference name="orientation" value="portrait" />
And build again