inoue yuta created CB-13545:
-------------------------------

             Summary: windows: screen.orientation.type is always 
portrait-primary
                 Key: CB-13545
                 URL: https://issues.apache.org/jira/browse/CB-13545
             Project: Apache Cordova
          Issue Type: Bug
          Components: cordova-plugin-screen-orientation
    Affects Versions: cordova@7.0.0
         Environment: windows 8.1 and windows 10
            Reporter: inoue yuta
            Priority: Minor


screen.orientation.type is always portrait-primary on windows (windows 8.1 and 
windows 10).

this is bug? or screen.orientation.type is not the specification of 
cordova-plugin-screen-orientation?

this is work.
-------
console.log(screen.msOrientation);
screen.onmsorientationchange = function(){
  console.log(screen.msOrientation);
};
-------




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to