bug: Ionic 4 content does not scroll when you add press gesture
See original GitHub issueIonic 4 content does not scroll when you add press gesture
This does not work…scrolling fails
<ion-item *ngFor="let list of lists" (press)="functiona()">
This works fine
<ion-item *ngFor="let list of lists">
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Ionic 4 content does not scroll when you add press gesture ...
Ionic 4 content does not scroll when you add press gesture This does not work....scrolling fails This works fine.
Read more >Ionic 4: ion-content scroll not working after swipe gesture added
Yes, I do not think (swipe)="swipeEvent($event) works in the ion-content. You will have to use another directive.
Read more >How To Scroll Ionic 4 List Manually From Code - YouTube
In this tutorial we add a cool functionality to manually scroll an Ionic 4 list! Learn to build mobile apps with Ionic in...
Read more >ion-content - Ionic Framework
Content provides methods that can be called to scroll the content to the bottom, top, or to a specific point. They can be...
Read more >How to Build Ionic 2 Drag and Drop using Dragula - Devdactic
This Tutorial was updated for Ionic 3.2! Therefore today I will show you how to easily add drag and drop to your Ionic...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi there,
Thanks for the issue. Is
press
a HammerJS functionality? If so, HammerJS has been known to intercept certain events and not let them propagate.Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.