ng-push icon indicating copy to clipboard operation
ng-push copied to clipboard

sound not playing

Open danisetg opened this issue 5 years ago • 0 comments

Hi, I am trying to use the ng push, and everything works fine, except playing the sound. I am passing the sound normally with the url as a string. This is my option object: { body: "Mensaje", icon: "../assets/img/logo/klogin.png", sound: "../assets/sounds/notification.mp3", silent: false } The notification displays fine. It is even showing the icon correctly, but the sound never plays. Can anybody help me with this?, please.

danisetg avatar Oct 10 '18 22:10 danisetg