Questions tagged [refresher]

12 questions
13
votes
8 answers

Refresh a page in ionic2

Is there a way to refresh only a page i.e. only one screen in ionic2. I tried : window.location.reload(); and location.reload(); but it rebuilds the app .. is there a way to refresh only that page (particular screen). Also tried:
Narendra Vyas
  • 717
  • 4
  • 9
  • 26
2
votes
1 answer

ionic 4 pull to refresh text showing over content while pulling

Hi using ionic 4 / angular7 I want to inplement pull to refresh and i have done it this way:
Reza
  • 880
  • 1
  • 10
  • 29
0
votes
0 answers

ionic 5 ion-refresher not show spinner in IOS

I have my component My css => …
0
votes
1 answer

Page refresh after done loading, add up variable

$test = $_GET['nr']; $class = new class; echo $class->function($test); I want $test to increase after it have fully loaded the page. The problem is, I don't know how. Looping $test normally will show me a lot of errors. like function cannot…
Muazam
  • 379
  • 1
  • 6
  • 15
0
votes
1 answer

Ion Refresher color change on diferents pages of Ionic4/5

I have an app with different pages, every page has a different emphasis color I need to change the IonRefresher color to match with it, but i only found info about change it globally adding the follow code to global.scss…
0
votes
1 answer

ion-refresher bug in ionic

I have an ion-refresher in 5 pages of my application
Gabriel Guedes
  • 481
  • 5
  • 15
0
votes
0 answers

Ionic refresher pullingIcon shows up even at the most bottom of the page when scrolling up

I am using Ionic 3 and I used the ionic-refresher to reload and load some new data from an API provider when the page is refresh that is working fine. However when I scroll down below and decided to scroll up back again. The refresher pulling icon…
KnowledgeSeeker
  • 1,058
  • 2
  • 19
  • 44
0
votes
2 answers

Ionic There is a Bug? ion-refresher and ion-infinite-scroll

I found an compatibility issue using the two mentioned components on same list, my html and js code below: HTML:
0
votes
2 answers

UIRefreshControl and tableFooterView = UIView()

In my tableView I need to have self.tableView.tableFooterView = UIView() otherwise the table scrolls too far down. The problem is if I add this then my pull to refresh UIRefreshControl no longer works. Is there a way to have both?
bdc
  • 178
  • 1
  • 12
0
votes
1 answer

Vaadin refresher extension doesn't work

I am trying to make a simple usage of refresher plug-in as below but it doesn't seem to work. I am tried to run this example in Chrome and in firefox. I am exporting the project as WAR and deploying it in tomcat webapps folder. package…
g0c00l.g33k
  • 2,458
  • 2
  • 31
  • 41
0
votes
1 answer

Is this a correct class implementation and initialization?

I've found my coding practices to be slipping lately - and noticed myself falling into some bad habits - usually due to lack of motivation on my part (probably caused but the inane nature of the tasks set for me) - So to give myself a kick up the…
tripbrock
  • 952
  • 4
  • 13
  • 28