Problem with youtube player

Hello
please help I am getting problem with youtube player, the player continue playing the video even after exiting the player screen. I did not enable background play, I also set the player to pause when screen is backpressed but still it still keeps playing.

Here are my blocks for the first screen
screenshot_20221008_073902

Here are the blocks for player screen
screenshot_20221008_100253

Set clock enable when you want to stop video from play and this time should enable and disable only if you want to play video again.
Youtube player components has many bugs i am using it in that way.

1 Like

Thank you, I will try it and see

Owk if work mark solution

The Youtube_Player component doesn’t seem to work with the compiled app (APK / AAB).
The app crashes.

1 Like

I put it this way but it is still misbehaving
screenshot_20221008_182958

Did you try to build the APK and test it?

@Anke yes I tried it but the player still working even after pause

So your app (APK) does not crash?
Then post the aia or a simple test aia.

Thank you, I sent it to your box

67fa71f3077162e29341a883cbaabd5c7f5ed1d2

Remove Clock TimerEnable false
Why do I mean let every time clock to trigger Youtube_Player = Pause

2 Likes

Try this on Screen3:

On Screen2:

1 Like

@Anke thank you very much, this method works fine… Thank you once again

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.