New Landing How can we help? Themeforest Theme Support Dante Full-screen video issue in Iphone

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Dante
  • #47083
    Petercity
    Member
    Post count: 107

    Hi Ed,

    I would like to report that we cannot close Youtube video in full Screen mode in iPhone by using theme close button.

    The only workaround is to go back with the Safari browser.

    #47770
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Thanks for letting us know.

    Is this only with YouTube videos, or Vimeo too? Will have a test and fix this for the next update.

    – Ed

    #48197
    Petercity
    Member
    Post count: 107

    I see the issue only with only youtube video on iphone with my own site. According to your demo site, it’s work for vimeo.

    But you should also tested on android for the both because I don’t have those device

    #48292
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Tested YouTube here and seemed to work fine. Can you provide a link so that I can test your site?

    Thanks,

    – Ed

    #48324
    Petercity
    Member
    Post count: 107
    This reply has been marked as private.
    #48334
    Petercity
    Member
    Post count: 107

    Also, you need to start the video and try to close it before the end.

    #48338
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Can you try adding the following custom css please:

    @media only screen and (max-width: 767px) {
    
    	.mobile-browser div.fw-video-close.is-open {
    		width: 100%;
    		height: 30px;
    		line-height: 26px;
    		position: relative;
    	}
    
    }

    – Ed

    #48352
    Petercity
    Member
    Post count: 107

    I Ed,

    I try but it’s doesn’t work. when you click on the button nothing happen.
    The button have just move to the left and the button background it’s to big (not nice 😉 )

    #48409
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Apologies, please change the code to:

    @media only screen and (max-width: 767px) {
    
    	.mobile-browser div.fw-video-close.is-open {
    		width: 100%;
    		height: 40px;
    		line-height: 36px;
    		position: relative;
    		top: 0;
    		left: 0;
    	}
    
    }

    – Ed

    #49175
    Petercity
    Member
    Post count: 107

    Hi Ed,

    I try your last code but still doesn’t work.

    The button appear on top-middle of the video before your start the video, but if at any time you stop the video with the safari button, the theme button don’t appear so you cannot back easily to the post.

    Regards

    #49180
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @petercity,

    Right, hopefully this last code addition sorts it!

    @media only screen and (max-width: 767px) {
    .mobile-browser iframe.fw-video {
    height: 95%;
    position: relative;
    z-index: 999;
    }
    }
    

    Let me know.

    – Ed

    #49186
    Petercity
    Member
    Post count: 107

    Yes it’s working now. But on more question.

    I want to know if there is a way to custom the code to keep the regular position of the button on the mobile

    #49187
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You could try removing the other code you’ve added, and just use this:

    @media only screen and (max-width: 767px) {
    .mobile-browser iframe.fw-video {
    position: relative;
    z-index: 999;
    }
    }

    Although I don’t think it will work due to the way the video works on iPhone.

    – Ed

    #49200
    Petercity
    Member
    Post count: 107

    True, is does’t work, if you find better solution, fell free to post to me.

    (Also, please could you do me favor by post me a screenshot of the page “Font Options”, I want to fall back to the default size. I accidentally move all setting to the minimum )

    #49202
    Swift Ideas – Ed
    Keymaster
    Post count: 15264
Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register