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

iOS Shadow #91

Open
darkmantle opened this issue Feb 21, 2019 · 2 comments
Open

iOS Shadow #91

darkmantle opened this issue Feb 21, 2019 · 2 comments

Comments

@darkmantle
Copy link

For some reason shadow is not showing up on iOS (Angular). Not sure if it should be automatic or if I have to apply CSS shadows?

Using version 4.1.4

<FAB row="0" (tap)="fabTap()" icon="~/images/map.png" rippleColor="#f1f1f1" class="fab-button"></FAB>
.fab-button {
    height: 70;
    width: 70;
    margin: 15;
    background-color: white; 
    horizontal-align: right; 
    vertical-align: bottom; 
}
@bradmartin
Copy link
Collaborator

Don't think the iOS version has a shadow implementation. Maybe it's been updated and we can update the plugin to use it if so. Or find a better FAB for iOS.

@darkmantle
Copy link
Author

Looks like it has options for shadow color, radius and opacity.

But I have no idea how to do plugins, or I'd submit a PR myself 😛

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

No branches or pull requests

2 participants