Skip to content

Sounds do not play in Safari +1 #80

@guoguofish

Description

@guoguofish

The following results from my testing:
Complete Success: My codes in Chrome on OS X 10.9.5 ( MacBookPro )
Your demo in Chrome on OS X 10.9.5 ( MacBookPro )

Partial success: Your demo in Safari on OS X 10.9.5 ( MacBookPro )
A sound by clicking a letter work only once .

Failure: My codes in Safari(v6-8) on OS X 10.9.5 ( MacBookPro )
My codes in Chrome on IOS(v7-8) ( ipad2 )
My codes in Safari on IOS(v7-8) ( ipad2 )

I inspect "loadstart" event and the others.

_mySound.bind('loadstart',function(e){
// debug
$('#tm-debug').append( '

buzz:loadstart event > '+Object.keys(e)+'

');
});

Result is " buzz:loadstart event > clipboardData " when failure. Then others event are not triggered.

Result is " buzz:loadstart event > clipboardData,path,cancelBubble,returnValue,srcElement,defaultPrevented,timeStamp,cancelable,bubbles,eventPhase,currentTarget,target,type " when success.Then others event are normal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions