Solved.
It seems to play sound when you have either "mousedown" or "click" event for
your element.
Replacing them with "touchend" will solve the problem. Thank you.
On Wed, 11 Dec 2013 08:59:32 +0700
Hiroki Minagawa wrote:
> Hi.
> I'm currently working on a Tizen web app.
> I am adding an event
Hi.
I'm currently working on a Tizen web app.
I am adding an event to play sound when clicking links in the app.
But whenever I click them, I also hear Tizen's default clicking sound
at the same my own sound is played.
Since it is a bit bothering to hear two sounds at the same time,
I would like to