Viewing 15 posts - 1 through 15 (of 35 total)
  • Author
    Posts
  • hbic Friend
    #697250

    When I view the front page of my website: http://162.242.220.38/joomla from Android and IOS devices the video has no screen and does not autoplay. Is this expected behavior for a hero 4 on a small screen?

    Adam M Moderator
    #697336

    Hi @hbic,

    Yes, we implemented in on purpose. By default, Youtube video doesn’t autoplay in iOS, therefore we need to remove the mask in mobile device as well, so visitor can push the play button, otherwise you will only see the static image of video.

    Adam M Moderator
    #750968

    Hi @hbic,

    Yes, we implemented in on purpose. By default, Youtube video doesn’t autoplay in iOS, therefore we need to remove the mask in mobile device as well, so visitor can push the play button, otherwise you will only see the static image of video.

    hbic Friend
    #751017

    by “IOS” do you mean viewing from any mobile device?
    Is this design decision because small form factor devices are bandwidth constrained?

    Adam M Moderator
    #751115

    Hi @hbic,

    Yes, this behavior is applied to all mobile devices (both Android and iOS), you can see the conclusion in Safari Developer Library :

    <blockquote>Due to the fact that playing videos or music on a mobile device may incur additional data charges from the visitors cellphone network, both Android and Apple devices block the autoplay function on their mobile devices, therefore this is beyond our control.</blockquote>

    Therefore we need to remove the blue transparent mask so visitor can click the video to play it or it will just like a static image there.

    hbic Friend
    #704127

    My site at http://162.242.220.38/joomla is not playable *at all* from my android device, nor my associate’s IOS device. The video doesn’t autoplay, text obfuscates the video and is non-responsive. I would like people to be able to play the hero.

    hbic Friend
    #751197

    My site at http://162.242.220.38/joomla is not playable *at all* from my android device, nor my associate’s IOS device. The video doesn’t autoplay, text obfuscates the video and is non-responsive. I would like people to be able to play the hero.

    Adam M Moderator
    #704553

    Hi @hbic,

    Here’s the deal, in mobile layout we should hide the title The 12-Minute Brain Health Checkup because it stay in front of the video, therefore visitor won’t be able to click the video. Please let me know if you agree with the solution and I will help you with the code.

    Adam M Moderator
    #751325

    Hi @hbic,

    Here’s the deal, in mobile layout we should hide the title The 12-Minute Brain Health Checkup because it stay in front of the video, therefore visitor won’t be able to click the video. Please let me know if you agree with the solution and I will help you with the code.

    hbic Friend
    #704677

    Adam,

    Sounds great. Is there guidance on how to remove elements of the page in mobile mode?

    -Tom

    hbic Friend
    #751399

    Adam,

    Sounds great. Is there guidance on how to remove elements of the page in mobile mode?

    -Tom

    Adam M Moderator
    #704842

    Hi @hbic,

    Please open file /templates/uber/css/custom.css then add this code :

    @media (max-width: 641px) {
    .acm-hero.style-4.full-screen .hero-content .hero-heading {
    display: none;
    }
    }

    Adam M Moderator
    #751505

    Hi @hbic,

    Please open file /templates/uber/css/custom.css then add this code :

    @media (max-width: 641px) {
    .acm-hero.style-4.full-screen .hero-content .hero-heading {
    display: none;
    }
    }

    hbic Friend
    #706303

    We’ve got the video displaying, but it won’t play.

    http://www.rc21x.com/ << view in Android. Press the button. The youtube screen shows, but it will not play.

    hbic Friend
    #752409

    We’ve got the video displaying, but it won’t play.

    http://www.rc21x.com/ << view in Android. Press the button. The youtube screen shows, but it will not play.

    What I’m saying here is we are able to to get beyond the title, but you cannot click the video.

Viewing 15 posts - 1 through 15 (of 35 total)

This topic contains 35 replies, has 2 voices, and was last updated by  hbic 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum