question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug: Ionic 4 content does not scroll when you add press gesture

See original GitHub issue

Ionic 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
liamdebeasicommented, May 22, 2019

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.

0reactions
ionitron-bot[bot]commented, Jun 22, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found