Ionic 3 screenOrientation.lock not working

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

 <preference name="orientation" value="portrait" />

And build again