nativescript-cardview icon indicating copy to clipboard operation
nativescript-cardview copied to clipboard

:diamonds: :clubs: NativeScript widget for Material Design CardView

Results 16 nativescript-cardview issues
Sort by recently updated
recently updated
newest added

on iOS no matter of the radius i set the cards are never "rounded" - is that expected behaviour ( I can see that on all your iOS screenshots it...

The current readme/Github page show 1.0.0 as latest, but 2.0.1 seems required for newer installations/upgrades? (`ns plugin add @nstudio/nativescript-cardview@latest` seems to have fixed my NS 8 issues.)

The following error shows sometimes when I resume the app after closing it. I have noticed that this error started showing after I introduced the "markingMode": "none". Are these correlated?...

Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.4 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies

I get this error after the latest update: I also had the same problem with radautocompelete which I solved with a downgrade. > TypeError: Could not load view for: nativecardview....

There's an issue when you navigate between the pages on Android, the CardView shadow seems to get heavier each time you navigate back to the page. Here's a screen recording...

Hi, just found out that the plugin doesn't apply well on iOS (Emulator iOS 13.4). All settings are left default. However, the border is not visible, and the shadow effects...

Hi, is there any change to have support for tns-core-modules above 6.2 ? Now is not working :( Here is the problem: https://github.com/NativeScript/NativeScript/issues/8109

This answer on stack overflow links to all of the and shows an example: https://stackoverflow.com/a/51098370/4808079 It might also be nice to create a couple functions which will work on both...

I'm using cardview as background for company logos in my app and so I have them in a shape of a circle. Now I set height="80" width="80" radius="40" to get...