Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
cordova@7.0.0
-
None
-
None
-
windows 8.1 and windows 10
Description
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()
;
-------