Skip to content
New issue

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

feat(ios): Added background-image support for iOS action bar #10645

Merged
merged 4 commits into from
Jan 13, 2025

Conversation

CatchABus
Copy link
Contributor

@CatchABus CatchABus commented Nov 3, 2024

PR Checklist

What is the current behavior?

Right now, iOS action bar does not support background-image.

What is the new behavior?

This PR will add support for background-image on iOS action bar.
Few samples with color, gradient, and image with size contain & repeat are attached below.

Fixes/Implements/Closes #6313 #9338 NativeScript/nativescript-dev-webpack#874.

@CatchABus CatchABus changed the title Ios feat background image feat(ios): Added background-image support for iOS action bar Nov 3, 2024
@CatchABus CatchABus force-pushed the ios-feat-background-image branch from 03b2989 to 1516173 Compare November 3, 2024 19:24
@CatchABus CatchABus marked this pull request as ready for review November 3, 2024 19:38
@NathanWalker NathanWalker added this to the 8.9 milestone Nov 19, 2024
@dyazincahya
Copy link

is this support for Android too?

@CatchABus
Copy link
Contributor Author

is this support for Android too?

Android should already support gradients by default.

@dyazincahya
Copy link

is this support for Android too?

Android should already support gradients by default.

oh okay

@NathanWalker NathanWalker merged commit 5e85d88 into NativeScript:main Jan 13, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSS linear-gradient doesn't work for ActionBar background
3 participants