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
Copy file name to clipboardExpand all lines: examples/Game.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ <h1>Sorry!</h1>
110
110
return;
111
111
}
112
112
113
-
if(createjs.Sound.BrowserDetect.isIOS||createjs.Sound.BrowserDetect.isAndroid){// || createjs.Sound.BrowserDetect.isBlackberry OJR blackberry has not been tested yet
Copy file name to clipboardExpand all lines: examples/JustPlay.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ <h1>Sorry!</h1>
53
53
}
54
54
55
55
// check if we are on a mobile device, as these currently require us to launch sound inside of a user event
56
-
if(createjs.Sound.BrowserDetect.isIOS||createjs.Sound.BrowserDetect.isAndroid){// || createjs.Sound.BrowserDetect.isBlackberry // OJR blackberry has not been tested yet
Copy file name to clipboardExpand all lines: examples/PreloadAndPlay.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ <h1>Sorry!</h1>
86
86
return;
87
87
}
88
88
89
-
if(createjs.Sound.BrowserDetect.isIOS||createjs.Sound.BrowserDetect.isAndroid){// || createjs.Sound.BrowserDetect.isBlackberry OJR blackberry has not been tested yet
Copy file name to clipboardExpand all lines: examples/SoundTween.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ <h1>Sorry!</h1>
89
89
pluginStatus.innerHTML="Active Plugin is "+createjs.Sound.activePlugin.toString();// innerText does not work in FF
90
90
91
91
// check if we are on a mobile device, as these currently require us to launch sound inside of a user event
92
-
if(createjs.Sound.BrowserDetect.isIOS||createjs.Sound.BrowserDetect.isAndroid){// || createjs.Sound.BrowserDetect.isBlackberry OJR blackberry has not been tested yet
0 commit comments