We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is very hard to make textured splash screen responsive, this will help solve the splash screen with textured backgrounds.
<preference name="SplashScreenBackgroundImage" value="path/to/image" /> <preference name="SplashScreenBackgroundRepeat" value="repeat|repeat-x|repeat-y|no-repeat|initial|inherit;" />
<preference name="SplashScreenBackgroundImage" value="path/to/image" />
<preference name="SplashScreenBackgroundRepeat" value="repeat|repeat-x|repeat-y|no-repeat|initial|inherit;" />
This should activate properties to the parent div background-image: ; background-repeat: ;
background-image: ;
background-repeat: ;
Adding an image big enough so that no white spaces are displayed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
Motivation Behind Feature
It is very hard to make textured splash screen responsive, this will help solve the splash screen with textured backgrounds.
Feature Description
<preference name="SplashScreenBackgroundImage" value="path/to/image" />
<preference name="SplashScreenBackgroundRepeat" value="repeat|repeat-x|repeat-y|no-repeat|initial|inherit;" />
This should activate properties to the parent div
background-image: ;
background-repeat: ;
Alternatives or Workarounds
Adding an image big enough so that no white spaces are displayed
The text was updated successfully, but these errors were encountered: