Menu
  • HOME
  • TAGS

Kendo UI - save settings locally

cordova,kendo-ui,telerik-appbuilder,everlive

I would suggest binding to the change method of your observable and writing it to a cookie. Then when you start up or come to the page read the cookie back into an observable. You should be able to serialize it to JSON to store in the cookie. Bind to...

How to send push notification node.js everlive

node.js,push-notification,push,everlive

Use the notification object like this documentation : http://docs.telerik.com/platform/backend-services/development/javascript-sdk/push-notifications/sending-push-from-client el.data('Push/Notifications').create(notification, function(data) { console.log(data); }, function(e) { console.log(e); }); ...

Push notification in Android using Everlive

kendo-ui,push-notification,kendo-mobile,everlive

I am guessing that you refer to the AppBuilder’s VS extension and the push notifications for hybrid apps. The Kendo UI framework is not relevant to the push notifications client-server interaction. In fact, there is a more up-to-date article on integrating push notifications in a hybrid app built with Telerik...