Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Cant read YouTube vidéo on mobile

8 years 9 months ago
  • jamal's Avatar
    Topic Author
  • jamal
  • Offline
  • User is blocked
  • Posts: 106
  • Thank you received: 2
Licenses:
JomSocial Expired

ISSUE SUMMARY:
I can post vidéo YouTube but i can not read it on mobile. It work perfectly on desktop. Old videos work only on desktop too

STEPS TO REPLICATE:
1 link video
2 clic on video on mobile devise ( tested on iPhone )
3 video not start with clic
4
5
RESULT video not work
EXPECTED RESULT
BROWSER

8 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Jamal,

Do you mean cant play on mobile? Please you click the play button twice, it should work fine.

thank you

8 years 9 months ago
  • jamal's Avatar
    Topic Author
  • jamal
  • Offline
  • User is blocked
  • Posts: 106
  • Thank you received: 2
Licenses:
JomSocial Expired

Hi Dimas, thanks for your response.
I cant play it, i click few times, no response. I tried Iphone 6, 5 and 4. I received email from my users too.
It work for you?

Thanks.

8 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Ehm.. we will inspect it further, but can you try on your android device? becuse its working on andoid..

8 years 9 months ago
  • jamal's Avatar
    Topic Author
  • jamal
  • Offline
  • User is blocked
  • Posts: 106
  • Thank you received: 2
Licenses:
JomSocial Expired

Confirmed.
Work only on andoid, not on iOS.

8 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Jamal,

This is bug, caused by time paramater #t=xxx

thank you

8 years 9 months ago
  • jamal's Avatar
    Topic Author
  • jamal
  • Offline
  • User is blocked
  • Posts: 106
  • Thank you received: 2
Licenses:
JomSocial Expired

4.1:(

8 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

I cant promise this issue will be fixed soon or maybe 4.1, we need to wait our developer back, he is starting take his holiday from today, and will be back next week.

8 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

For fixing this, please you open this file components/com_community/assets/source/js/utils/video.js

1. find this code :

var id, $video, $player;
replace to :
var id, path, $video, $player;

2. add this code after line 68 :
path = data.path;
    if (joms.ios) {
        path = path.replace(/#.*$/, '');
        path = path.replace(/&t=\d+/, '');
    }

3. find this code :
'<source src="' + data.path + '" type="video/youtube" />' +
replace to :
'<source src="' + path + '" type="video/youtube" />' +

thank you

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW