Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #435687

    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

    #436624

    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

    #438607

    Hi Andy,
    Thank you so much for the info.
    You`re right.
    Regards
    Hamdi

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile Device Support for Video’ is closed to new replies.