Viewing 5 replies - 1 through 5 (of 5 total)
  • @icc I have not investigated this particular issue, but it’s possible that this is linked to and fixed by https://github.com/h5p/h5p-php-library/pull/145.

    Thread Starter geeral

    (@geeral)

    This is fullsceen option on ios. On desktop and android it works fine.

    Yes, that’s exactly where the semi-fullscreen class would kick in. I didn’t mention that pull request without a good reason to ??

    Thread Starter geeral

    (@geeral)

    Ok, i find next thing that crash that. I put video from h5p to my tutor lms course. On main page it works fine, but in tutor lms lesson it crash

    Thread Starter geeral

    (@geeral)

    I find problem. Tutor LMS override style i had to make

    .h5p-iframe-wrapper.h5p-semi-fullscreen {
    width: auto !important;
    height: auto !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘iOS Problem with fullscreen’ is closed to new replies.