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

Not working #1

Closed
mcferdev opened this issue Mar 20, 2017 · 4 comments
Closed

Not working #1

mcferdev opened this issue Mar 20, 2017 · 4 comments
Assignees
Labels

Comments

@mcferdev
Copy link

mcferdev commented Mar 20, 2017

When trying to use the CardView tag on XAML, is not finding it. Has to do something more than install ?

@tiger4589
Copy link
Owner

After installing the package it should work easily.
Note that you need to declare the namespace in the XAML header.
Please refer to this example and note the:
xmlns:cardView="clr-namespace:CardView;assembly=CardView" inside the ContentPage tag.
Then you can use it like this:
<cardView:CardView></cardView:CardView>
Try it please and tell me what happens, and if you can share your sample project to see it it would be great :)

@tiger4589 tiger4589 self-assigned this Mar 20, 2017
@tiger4589
Copy link
Owner

@marcelinhovt Have you been able to fix this?

@mcferdev
Copy link
Author

mcferdev commented Mar 27, 2017 via email

@tiger4589
Copy link
Owner

I am glad you liked it.
In Android it is by default just a little shadow I am afraid, I will try to make this much better when I get more time, in case you have any suggestions please post them here, I will close the issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants