Search found 26 matches

Go to advanced search

by brendanm@ite.co.za
Sun Sep 13, 2020 8:31 am
Forum: Issues
Topic: Upgrading an Android PWA
Replies: 13
Views: 7998
 
Jump to post

Re: Upgrading an Android PWA

Thanks. I was just mentioning in my previous post that this should be a core feature of the Appery Framework. Surely most developers would want their PWA to auto update when they publish a new version of their App.

by brendanm@ite.co.za
Fri Sep 11, 2020 3:40 pm
Forum: Issues
Topic: Upgrading an Android PWA
Replies: 13
Views: 7998
 
Jump to post

Re: Upgrading an Android PWA

So referring to the link you gave - where do I find the app.module.ts file in my Ionic 4 application? Surely the Appery framework should be automatically doing this when an App is published?

by brendanm@ite.co.za
Fri Sep 11, 2020 11:40 am
Forum: Issues
Topic: Upgrading an Android PWA
Replies: 13
Views: 7998
 
Jump to post

Re: Upgrading an Android PWA

Ionic 4

by brendanm@ite.co.za
Fri Sep 11, 2020 8:21 am
Forum: Issues
Topic: Upgrading an Android PWA
Replies: 13
Views: 7998
 
Jump to post

Upgrading an Android PWA

I am trying to find a pleasant user experience to upgrade a User's PWA when we publish a new version of the App. After publication I bring up a toast message in the App saying there is a new version - just done by some infreqent polling of the backend DB to get a version number: Right now I only hav...
by brendanm@ite.co.za
Thu Sep 10, 2020 9:12 am
Forum: Issues
Topic: Ionic 4 textarea to database.
Replies: 2
Views: 1101
 
Jump to post

Re: Ionic 4 textarea to database.

Have you tried a (ionChange) attribute on the ion-textarea passing $event to the function? You should be able to get the text in the called function using event.target.value or similar

by brendanm@ite.co.za
Mon Aug 24, 2020 7:10 pm
Forum: Issues
Topic: Local Notification from Ionic 4 PWA
Replies: 15
Views: 23921
 
Jump to post

Re: Local Notification from Ionic 4 PWA

Thanks. I realize PWA Local Notifications are not readily available in Appery but the point (as seen by my Google searching and your comment) is that it should be possible. That is why I suggested it as a very useful tutoirial that say Alexander Antsypov could present on your Youtube channel.

by brendanm@ite.co.za
Mon Aug 24, 2020 6:40 pm
Forum: Issues
Topic: Programmatic scroll to ion-card
Replies: 2
Views: 1540
 
Jump to post

Re: Programmatic scroll to ion-card

I have seen that example (and others) but could not get it to work in page typescript. In typescript the: document.querySelector('ion-content') returns an 'element' BUT that does not have the method 'scrollToBottom'. So basically the problem is that I can get hold of the ion-content element but cann...
by brendanm@ite.co.za
Mon Aug 24, 2020 3:43 pm
Forum: Issues
Topic: Hide select menu
Replies: 3
Views: 1801
 
Jump to post

Re: Hide select menu

Have you tried a *ngIf angular directive?

by brendanm@ite.co.za
Sun Aug 23, 2020 9:25 pm
Forum: Issues
Topic: Programmatic scroll to ion-card
Replies: 2
Views: 1540
 
Jump to post

Programmatic scroll to ion-card

I have a large number of ion cards omy my Ionic 4 page. Each one has a unqiue id. I want to programatically be able to scroll the ion-content so that a card with a certain id comes into view. In my page TS I can idenfity the ion-content and the ion-card with document.getElementById('xyz')). I can ge...
by brendanm@ite.co.za
Thu Aug 20, 2020 9:11 pm
Forum: Issues
Topic: Local Notification from Ionic 4 PWA
Replies: 15
Views: 23921
 
Jump to post

Re: Local Notification from Ionic 4 PWA

Serhii Kulibaba wrote: Thu Aug 20, 2020 9:06 am

Hello,

You are right, Push Notifications work only in native apps. No ways to use the same in PWA

I am referring to a Local Notification where the PWA raises the notification locally. This is NOT a Push Notification

Go to advanced search