You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 )
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.
The text was updated successfully, but these errors were encountered:
It works well for me on Safari.
Impossible to reproduce the problem on Safari desktop. Safari IOS doesn't allow to set volume or autoplay sound. It's a known limitation, not a bug.
@christian-fei
It seems Safari doesn't work well with webAudioApi.
Set webAudioApi to false.
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.
The text was updated successfully, but these errors were encountered: