When I load the app up on iOS, the contents inside the <CardView> have shadow applied (ie. all labels, css borders, etc.) and no border appears around the container (and hence no shadow around it).
Here is a screen comparison:
I commented the CardView out in this second image.
npm v3.10.10 node v6.11.3 {N} v3.2.1 nativescript-angular v4.2.0 nativescript-cardview v2.0.2
When I load the app up on iOS, the contents inside the
<CardView>
have shadow applied (ie. all labels, css borders, etc.) and no border appears around the container (and hence no shadow around it).Here is a screen comparison: I commented the
CardView
out in this second image.The same view on Android works as expected.