Using the Onsen UI, even if you specify background in the body setting in style.css, it does not take effect.
I'd like to set up a background image, but is there a good sample somewhere?
There is a class called ".page__background" per onsen-css-components.css, so if you define it in this class, it will be reflected.
.page__background{
background-image:url('image path');
}
© 2024 OneMinuteCode. All rights reserved.