prevent_mobile_landscape

2.0.1 • Public • Published

prevent_mobile_landscape

NPM Package to prevent mobile viewing while in landscape orienation

Build Status

prevent_mobile_landscape

Installation

npm install prevent_mobile_landscape

Usage

import the package to your main js file

import { prevent_mobile_landscape } from 'prevent_mobile_landscape';

Basic

call the function

prevent_mobile_landscape({});

Customize

edit the visuals with these parameters

  background_color: 
  text_color:
  font:
  font_size: 
  text:

default values

prevent_mobile_landscape({
  background_color: 'linear-gradient(-90deg, #D77C7C, #AD71BC)',
  text_color: '#eee',
  font: 'Montserrat-Thin',
  font_size: '20px',
  text: 'Sorry, this device orientation is not supported'
});

That's it... you should be good to go 👍

/prevent_mobile_landscape/

    Package Sidebar

    Install

    npm i prevent_mobile_landscape

    Weekly Downloads

    0

    Version

    2.0.1

    License

    ISC

    Last publish

    Collaborators

    • steve.m.kroll