I've been working with the JavaScript Notification API to display small messages to my users. This feature works perfectly on all desktop browsers I've tested, including Chrome, but for some reason it doesn't work on Chrome for Android (specifically KitKat). Despite claims that Android Chrome started supporting the Notification API in April 2015, and the app having settings for Notification permissions, nothing happens when I try to create a new Notification instance. Even the official Mozilla Notification API demo page fails to display notifications on Android Chrome, despite being able to access permission information.
Does anyone know if there are specific steps or requirements needed to make Notifications compatible with Android Chrome?