nstudio / nativescript-cardview

:diamonds: :clubs: NativeScript widget for Material Design CardView
MIT License
282 stars 51 forks source link

CardView doesn't refresh #53

Closed ownleviathan closed 7 years ago

ownleviathan commented 7 years ago

Hello, After updating my app to nativescript 3.0 and also update your plugin, now my app my CardView doesn't refresh. For example, when I load for the first time is not showing the values, but when I refresh the page, now the data is coming. To see a new data, always I have to refresh, is not upgrading the data immediately.

This is the code:

///xml page///// <StackLayout xmlns="http://www.nativescript.org/tns.xsd" xmlns:gv="nativescript-grid-view" xmlns:Card="nativescript-cardview">

bradmartin commented 7 years ago

Sorry for the trouble, could you add some more context to the issue. I'm not really sure what 'should' be happening in your app with the details so far 😄 be glad to help but I'll need more info to get the full picture. Thanks.