Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 622 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 622 Bytes

cordova-plugin-android-screens

This Cordova plugin lets you configure the supported screen sizes on Android devices.

Install (from GitHub)

cordova plugin add https://github.com/maxcarl/cordova-plugin-android-screens.git

How to use?

After installing you can customize the plugin.xml to fit your needs:

<supports-screens android:smallScreens="false" />

This example prevents the app to be used on "small" screens.

<supports-screens android:normalScreens="false" />

This example prevents the app to be used on "normal" and smaller screens.

Platforms

Applies to Android only.