Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it work with iframes #695

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rfalcesSamca
Copy link

@rfalcesSamca rfalcesSamca commented Jul 10, 2018

When destination element is in another iframe, it is necessary to take into consideration the container offset.
To get the container offset we need to set a viewport in the options.

The same change must be done into tooltip.js

To make it work, the element in the step must be referred by the jQuery instance:
{
element: $('#element',$('#iframe').contents)
}

When destination element is in another iframe, it is necessary to take into consideration the container offset.
To get the container offset we need to set a viewport in the options.

The same change must be done into tooltip.js
@EDcasa
Copy link

EDcasa commented Feb 18, 2020

How you managed to enter the bootstrap tour in an iframe the solution you propose does not solve my problem, you help me.

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

Successfully merging this pull request may close these issues.

None yet

3 participants