Search found 5 matches

Go to advanced search

by Joe5648138
Sun May 03, 2020 9:44 pm
Forum: Issues
Topic: Periodically calling a service with Ionic 4
Replies: 2
Views: 1651
 
Jump to post

Periodically calling a service with Ionic 4

I found a solution just in case anyone else has this issue. setInterval seems to work just as well since I couldn't figure out how to call the $interval function. In the before page action: this.timer = setInterval(() = { this.updateTimer(); }, 1000); In the after page action: clearInterval(this.tim...
by Joe5648138
Fri May 01, 2020 3:48 pm
Forum: Issues
Topic: Periodically calling a service with Ionic 4
Replies: 2
Views: 1651
 
Jump to post

Periodically calling a service with Ionic 4

I'm trying to automatically execute a service every few seconds, I found some code in the forums but it doesn't appear to work with the Ionic 4 app builder. var $interval = Apperyio.get("$interval"); $scope.myInterval = $interval(function() { // put your JS code here }, 100); How do I acce...
by Joe5648138
Sun Apr 26, 2020 3:14 pm
Forum: Issues
Topic: Update PWA
Replies: 4
Views: 1927
 
Jump to post

Update PWA

Thank you for the info!

by Joe5648138
Sat Apr 25, 2020 11:56 pm
Forum: Issues
Topic: Update PWA
Replies: 4
Views: 1927
 
Jump to post

Update PWA

The auto update works great when I deploy and install the app as a native app, but when I install the app as a PWA on iOS the auto update doesn't appear to do anything.

by Joe5648138
Sat Apr 25, 2020 2:48 pm
Forum: Issues
Topic: Update PWA
Replies: 4
Views: 1927
 
Jump to post

Update PWA

How do you force an update of a PWA on iOS after its been added to the home screen? The only way I’ve found to update the app is to delete it and add it to the home screen again manually.

Thanks!

Go to advanced search