Skip to content

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

License

Notifications You must be signed in to change notification settings

maxcarl/cordova-plugin-android-screens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published