Open
Description
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
Labels
No labels