Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Scroll feature is not working properly on Mobile screens #2

Open
vatsala-glory opened this issue Oct 10, 2019 · 2 comments
Open

Scroll feature is not working properly on Mobile screens #2

vatsala-glory opened this issue Oct 10, 2019 · 2 comments

Comments

@vatsala-glory
Copy link

When my walkthrough is going to the next step. It doesnot scroll on mobile screens

@dyuthichandran
Copy link

its not working on desktop either

@dyuthichandran
Copy link

add a scrollTop function while calling the script

function domoGuide() {
guide = $.guide({
actions: [
{

        {
            element: $('#home_tour7'),
            content: '<p>Access the menu for more options</p>',
            offsetX: -140,
            offsetY: 0,
            beforeFunc: function (g) { 
                $('html, body').animate({
                    scrollTop: $("#home_tour7").offset().top
                },0)
            }
        }
          }  
    ]
});

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants