Dear All,
We are building a mobile application (using HTML5, JS). The application makse use of Push plugin of Kapsel. All the settings mentioned in the http://scn.sap.com/docs/DOC-49529 are followed and the push notification works when the user is on index.html page (registration is done on index.html page). We however, have many pages in our application. When the user is on any other page (other than index.html), he does not receive any notification. This behavior is seen across multiple mobile devices which we tested.
My question is does the push notification work only on index.html ? How to ensure that the user receives notification even when he is on any page of the application?
Registering Push notification on each page does not look a good coding standard.
Thanks.