Tagged: fallback
Hi There
I read some entries here about the fallback issue how ever i need the video play on the site.
I also tried this js code which i saw here.
//mobile device?
this.isMobile = $.avia_utilities.isMobile;if( /iPad/i.test(navigator.userAgent) && ‘ontouchstart’ in document.documentElement)
{
this.isMobile = false;
}
No Success.
I would appreciate if you can support to help me play videos on mobile devices too.
Thanks in advance and regards
Hey Hamdi!
as far as I know it’s not recommendable as videos need too much traffic, which could cost a lot for some users. Refer to Peters post here: https://kriesi.at/support/topic/video-slideshow-on-mobile/#post-233690
Regards,
Andy
Hi Andy,
Thank you so much for the info.
You`re right.
Regards
Hamdi