cordova-plugin-wallpaper
cordova-plugin-wallpaper copied to clipboard
Can I set wallpaper as fit on screen
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.
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.