Skip to content

wuyixiang9/device-orientation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

device-orientation

monitor mobile devices orientation

usage

  <script src="./dist/device-orientation.js"></script>
  <script>
    const deviceOrientation = new DeviceOrientation

    deviceOrientation.onChange = function (orientation) {
      console.log('orientation', orientation) // landscape or portrait
    }
  </script>

About

monitor mobile devices orientation

Resources

License

Stars

Watchers

Forks

Packages

No packages published