Skip to content

Sections swipe #64

Description

@davidcandreva

I have 3 sections that can be swiped through in a cordova app.

<section hm-swipe-left="swipe('next')" hm-swipe-right="swipe('previous')">
<h1>long content page 1</h2>
</section>

<section hm-swipe-left="swipe('next')" hm-swipe-right="swipe('previous')">
<h1>long content page 2</h2>
</section>

<section hm-swipe-left="swipe('next')" hm-swipe-right="swipe('previous')">
<h1>long content page 2</h2>
</section>

The problem is that when the content is long, those sections aren't scrollable anymore.

I already tried a bunch of options that should fix this but not one is working appropriate.

Hope someone can help us with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions