2.1.0 • Published 4 years ago

prevent-orientation v2.1.0

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

prevent-orientation

Prevent orientation mode on mobile device

NPM version NPM yearly download

screenshots

Installation

$ yarn add prevent-orientation

or

<script src="//unpkg.com/prevent-orientation"></script>

Usage

import {PreventOrientation} from 'prevent-orientation';

// Prevent to portrait orientation
new PreventOrientation().preventPortrait();

// Prevent to landscape orientation
new PreventOrientation().preventLandscape();

Customize

new PreventOrientation({
  text: 'Sorry, this device orientation is not supported',
  color: 'rgb(90, 90, 90)',
  background:
    'linear-gradient(to right, rgb(255, 175, 189), rgb(255, 195, 160))',
  fontSize: '1.2rem',
}).preventOrientationToAngle(0);

License

MIT

1.2.0

4 years ago

1.1.0

4 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.7.0

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.6.5

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

0.2.0

6 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago