Questions tagged [ion-scroll]

9 questions
5
votes
0 answers

Ionic : How to set selected item in center by default in ion-scroll view

Calender view is set in scrollview but today selected date is not automatically set in center of the view.
jeetendra_coder
  • 269
  • 3
  • 13
4
votes
1 answer

Ionic 3 - Infinite scroll with Horizontal scroll

I have used Infinite scroll with "Vertical Scroll" and it works as expected. On a different page, I have multiple "Horizontal scrolls". I would like to make them infinite scrolls as well. I used the tag for the horizontal…
pat
  • 1,119
  • 2
  • 12
  • 20
1
vote
4 answers

ion-infinite-scroll not working inside ion-scroll

I'm trying to implement load more functionality in the half portion of the page. So I put that code inside the ion-scroll but somehow current implementation is not working i.g. the method is (ionInfinite)="doInfinite($event)" is not triggered and…
Mantu Nigam
  • 3,690
  • 7
  • 24
  • 41
1
vote
0 answers

Ionic ion-scroll with fixed elements

I have this template for a component. I have to fix the first row and the first column. The application is a planning and I have to keep still the first column that is composed of the rooms and the first row that are the days. I can not just lock…
LucaSarge
  • 31
  • 1
1
vote
1 answer

Ionic 3: ion-scroll doesn't work

I'm using Ionic version 3.19.0. I'm trying to use "ion-scroll" to zoom in and scroll an image. Sadly, this does not seem to be working, I'm using the following code: SCSS file: page-contact { ion-scroll { white-space: nowrap; height:…
user2467128
  • 153
  • 3
  • 12
0
votes
1 answer

Click and sliding effect is not working in ion-scroll container using ionic 3.9.2 version

I am new to IONIC world. Currently I'm migrating a web application from ioinc1.7.16+angularjs+javascript to latest versions i.e., ionic 3.10.0+angular5+typescript. I am using windows 8.1 OS. I am using Node v8.9.1, npm v5.5.1, ionic 3.20.0, cordova…
0
votes
1 answer

Event "ionScroll" in ion-scroll of Ionic2

well, I'm want fire ionScroll in directive ion-scroll, but it does not work. Have idea how I can work with this??? API: https://ionicframework.com/docs/api/components/scroll/Scroll/
Olaf Erlandsen
  • 5,817
  • 9
  • 41
  • 73
-1
votes
1 answer

ion-cards scrolls slowly in iPhone

I have made a page with ion-cards showing the list of items, But the issue is that when I scroll the list fastly it works perfectly on android device(i.e smooth experience) but the issue comes in iPhone devices, it scrolls very slowly in all iPhone…
Nikhil Behera
  • 165
  • 1
  • 9
-1
votes
2 answers

Ionic 3 horizontal scrolling using button without showing scrollbar

How to implement ion scroll in such a way that when we click on right arrow button it should move to the next element in the div in ion content in ionic 3. I don't want any scollbar in th UI. It should be hidden. I already referred this link. …
Chaitra R
  • 9
  • 7