[SOLVED] Can I play background music with confirm() in js? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 29

[SOLVED] Can I play background music with confirm() in js?

When I try it normally it gives an error that play() function can only be initiated by user gesture... But I did kind of the same thing in this code of mine... but with swal alert https://code.sololearn.com/W153Wjsx8oFM/?ref=app

13th Dec 2020, 6:35 AM
BartikašŸŽ¶
BartikašŸŽ¶ - avatar
13 Respostas
+ 19
From What I've seen, confirm is not counted as a user gesture. You need an event (touchstart,click etc) for that. Swal alert is actually an HTML element which you are clicking (user gesture).
13th Dec 2020, 1:04 PM
Nor'wester šŸŒŖļø šŸ‡§šŸ‡© (INACTIVE)
Nor'wester šŸŒŖļø šŸ‡§šŸ‡© (INACTIVE) - avatar
+ 11
Aravind maybe...
13th Dec 2020, 7:03 AM
BartikašŸŽ¶
BartikašŸŽ¶ - avatar
+ 11
Yes AtulšŸ¦š bhaiya ... actually not feeling like creating a whole custom alert all by myself šŸ˜‚šŸ¤£
13th Dec 2020, 1:26 PM
BartikašŸŽ¶
BartikašŸŽ¶ - avatar
+ 10
BartikašŸŽ¶ just create one in no time hardly take 1 hour and use in every code it will be ur signature alert too :)
13th Dec 2020, 1:28 PM
Shino
Shino - avatar
+ 8
BartikašŸŽ¶ u can make custom alert with js :D https://code.sololearn.com/WOaWO5tHdv8o/?ref=app confirm , alert aren't user gesture and Android don't allow autoplay of DOM elements
13th Dec 2020, 1:20 PM
Shino
Shino - avatar
+ 8
AtulšŸ¦š 1 hour !!!!! šŸ˜±
13th Dec 2020, 2:03 PM
BartikašŸŽ¶
BartikašŸŽ¶ - avatar
+ 7
BartikašŸŽ¶ Or.. You can just use Atul's confirm into ur code, šŸ˜‚
13th Dec 2020, 1:51 PM
ASM
ASM - avatar
+ 6
Same error occured in my game, I guess it's sl issue! Isn't it?
13th Dec 2020, 6:58 AM
Aravind
Aravind - avatar
+ 2
Kode Krasher i agree with you but the whole point is autoplay here and that's not a " browser " issue its actually a "feature" of google ie android You can autoplay in Ios with some simple hacks but in android its not possible """ https://developers.google.com/web/updates/2016/07/autoplay """ You could read this And yeah i know about raw and dl i just wanted to demonstrate that custom alert thanks šŸ˜Š for pointing that out
14th Dec 2020, 12:33 PM
Shino
Shino - avatar
+ 2
Yes you can
14th Dec 2020, 6:53 PM
Ddhruv
Ddhruv - avatar
- 3
ā„š• š•Ø š•”š•’š•Ÿ š•š š•žš•’š•œš•– š•„š•™š•šš•¤ š•—š• š•£š•ž š•„š•  š•„š•£š•’š•Ÿš•¤š•—š•–š•£ š••š•–š•„š•’š•šš•š•¤ š•„š•  š•žš•Ŗ š•˜š•žš•’š•šš• š•’š•”š•”š• š•¦š•Ÿš•„.. https://code.sololearn.com/W4TeM9l6Oqi8/ Uzodimma Joseph Ifeanyi Ask by creating a new question. Do not hijack existing threads.
14th Dec 2020, 2:31 PM
Uzodimma Joseph Ifeanyi
Uzodimma Joseph Ifeanyi - avatar