https://github.com/teerasej/ionic-4-ionlist-fix-scroll-area
An demo I used to teach in an Ionic training workshop. This example show how to put ion-list into a fix area so we can scroll the list instead of content page
https://github.com/teerasej/ionic-4-ionlist-fix-scroll-area
cross-platform ionic ionic4
Last synced: about 1 month ago
JSON representation
An demo I used to teach in an Ionic training workshop. This example show how to put ion-list into a fix area so we can scroll the list instead of content page
- Host: GitHub
- URL: https://github.com/teerasej/ionic-4-ionlist-fix-scroll-area
- Owner: teerasej
- Created: 2018-09-09T02:19:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T02:23:07.000Z (almost 8 years ago)
- Last Synced: 2025-07-06T19:15:46.428Z (12 months ago)
- Topics: cross-platform, ionic, ionic4
- Language: TypeScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic-4-ionlist-fix-scroll-area
An demo I used to teach in an Ionic training workshop. This example show how to put `ion-list` into a fix area so we can scroll the list instead of content page
## Need to host an Ionic training for your team?
Feel free to contact me via [training@nextflow.in.th](mailto:training@nextflow.in.th) or call [+6683-071-3373](tel:+6683-071-3373). We provide training session in Asia.
## Reference
1. [Question](https://forum.ionicframework.com/t/ionic-4-what-is-alternative-to-deprecated-ion-scroll/140851/3) I asked on Ionic's forum
2. Thank you [reedrichards](https://forum.ionicframework.com/u/reedrichards) for a great hack!