Crosswalk and push notifications

Viewed 485

I made a demo site for testing Service Workers and the Push Notifications, it creates logs in the console. Demo site

It works fine with Chrome, but when I open the site with Crosswalk's XWalkView on Android and try to Enable the push notifications it gives me this error:

DOMException: Registration failed - push service not available

How can I implement this service in my android app?

0 Answers
Related