cordova-plugin-wallpaper icon indicating copy to clipboard operation
cordova-plugin-wallpaper copied to clipboard

Can I set wallpaper as fit on screen

Open hypesol opened this issue 6 years ago • 1 comments

Wallpaper is not fit on complete screen. Large image set a some part on screens depends on resolution. Can I set wallpaper as fit on screen.

hypesol avatar May 26 '18 08:05 hypesol

You can, but not with this plugin, as it provides basic functionality to target as many Android API levels as possible. If you target recent enough versions you should use Android Studio or something else to build a native app. Just search for WallpaperManager, there is plenty of documentation about this.

janbaudisch avatar May 26 '18 13:05 janbaudisch