Continuous music / musak.... with webview?

Here is the challenge:

  • it would be great to play some music while waiting for something to happen

OK, that is the starting point. Let’s say:

  • webview component - that would be opening something that is playing music constantly on a loop
  • it is allowed to be embedded too

And then. the visibility condition might be if-toggle is not TRUE then show the webview, otherwise hide.

I found a nice site that has music on loops, but I do not know how to get these things embedded in a webview.

As it would be nice fro Glide to talk to you :slight_smile:
Any ideas? Thanks!

I have a call waiting gif… music would be a nice addition :slight_smile:

I was about to suggest Radio Garden, but it doesn’t allow itself to be embedded :sob:

2 Likes

This probably isn’t the easiest way but since you’re based in Berlin, might as well keep with the theme. Soundcloud does allow embeds and you could upload your own playlist of whatever sounds/songs you want: SoundCloud - Listen to music

1 Like

after there are other themes

1 Like

I’ll need the music to auto play, rather than be triggered with an audio controller. Muzak or wait-music really is the use case :slight_smile:
With glide I get a ping… when the user clicks a button …. Maybe I could turn the app into a farming app :wink:

If you add the audio component through rich text with the autoplay flag, I think it should autoplay. I remember playing with that awhile back. Not sure how well it works with IOS.

I would think a webview would work too.

3 Likes

I have not yet managed to use the autoplay. I think glide automatically removes the “Autoplay” option from the richtext.

1 Like

ah no sorry it works with webview finally when webview works autoplay works.

1 Like

Démo

EDIT ::: Version 2

Well I have not tested it in publication!

4 Likes

That second one is looking / hearing good!

yeah
I can’t handle the volume.
I don’t really like elevator music anyway and loudly on top of that

I dry on volume.
maybe Sir Master @Jeff_Hager or someone else has a solution.
Obviously we need a script and as I think that in all logic Glide blocks the scripts it is difficult.

Webview in the expand view

<iframe src="https://v7player.wostreaming.net/854" type="audio/mp3" allow="autoplay" id="audio" style="display:none">
</iframe>
<audio autoplay>
    <source src="https://v7player.wostreaming.net/854" type="audio/mp3">
</audio>
3 Likes

Hi @PabloMFalero
Thank you for the info.

I did a quick test, but the autoplay does not work on chrome / windows!

1 Like

It works on mine, also have chrome and windows, let me test on my phone and I’ll get back

1 Like

EDIt :: The main problem with my css is that the autoplay does not start all the time

1 Like

Correct, my is the same. If I’m within the app it works fine, however if I exit it doesnt autoplay, plus webview doesnt display on the phone, only on the editor…:frowning:

1 Like

yes for the Webview you need a pro version :face_with_raised_eyebrow:

1 Like