Skip to content

Drag and Drop using two list in different documents (iframe) #1900

Open
@nicoloboschi

Description

@nicoloboschi

Hi
I would like to enable sortable lists across an iframe (with same origin).
I tried to create two lists with same 'group' but it doesn't work
I also tried to use "forceFallback: true" but nothing changed

Is this possible? How I can achieve that? Also a tricky solution is good for me
Thank you in advance

This example is very simple but it doesn't work anyway

Sortable.create(document.querySelector(".container"), { group: "group1" });

<div class="container"> <span>content1</span> <span>content2</span> </div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionquestions from the community

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions