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: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]