As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hi Calin,
For a Cordova mobile app, you may use the Phonegap SDK as more suitable for hybrid mobile app development.
The Phonegap SDK has push notification handling method - please see here.
Let me know if you have further questions.
Martin
Calin Crecea
Hello,
I would like to know if there are some event handlers I can use in my Cordova html mobile application to catch the push notification.
something like
Kinvey.onPushNotificationReceived = function(data) {...}
Thanks.