Cache busting for PWA using latest Ionic
@carlosGAlfonzo wrote: We initially deployed our app in production without having the SWUpdate enabled. Now, we have a problem of users having our app without having the auto updates enabled. I have...
View ArticleIonic 3 + Android 9 + http calls failing
@anoopthomas82 wrote: We are using angular/http for API calls in our apps. All the apps deployed till now are working fine. But in our recent app, we are facing issue on android devices with version...
View ArticleHTTP get returns array, I see undefined undefined
@Luzaan wrote: Hi there, I know this is a noob question, but I hope you can assist me in anyway. Setup, I use endpoint to retrieve array of data, then I want to display that data in a . I have also...
View ArticleHow integrate ng-walkthrough plugin in my ionic 3 app
@lsantaniello wrote: Hi all, I’d like to add ng-walkthrough plugin into my Ionic 3 app but I don’t understand How install it. The documentation is not clear: https://github.com/souly1/ng-walkthrough...
View ArticleCDN error Ionic - subpackages
@Tommertom wrote: Hi I am using CDN to load Ionic package (in main HTML page). Initial packages load fine, but subsequent packages give 404 errors. Links like...
View ArticleShow Alert in front of ionic-loading UI
@jason314 wrote: I am finding that Ionic 4 displays alerts underneath the Loading UI, so that the alert can’t be seen or buttons pressed. Ionic 2 use to put alerts in front. Is there anyway to ensure...
View ArticleIon-items not clickable as button in content of ion-menu
@jason314 wrote: All, According to the documentation for ion-item, https://ionicframework.com/docs/api/item An ion-item can be used as a button <!-- Item as a Button --> <ion-item...
View ArticleIonic App Build Failed
@Fzz123 wrote: Hi , I got below error while building app for ionic cordova build --prod --release. [10:55:39] typescript error Cannot determine the module for class OverlayPortal in...
View ArticleIonic4- Date wise calendar
@anandraj1411 wrote: Hi team, Is there any way to create a date wise calendar (Horizontal Calendar)in Ionic3/4? Didnt find any plugins. Thanks and Regards Anand Raj image600×962 71.5 KB Posts: 1...
View ArticleCan anyone show me a small example to fetch data from form? using ionic 4,...
@anirbanRoy wrote: Trying build a crud application, Below is my html form, I want to fetch data from the form to the .ts file to save in to the database, it would be great help for me. Name...
View ArticleIonic card swipe same as like whats app reply option
@Harikag wrote: Hi, I have a chat app same like WhatsApp, I need to do a swipe on text, then it needs to allow for the reply, can you give an example for this. thanks. I am unable to understand how to...
View ArticleHow can i get a disable button properties
@flycoders_sourav wrote: I have a drop down menu. this drop down menu is by default is disable. but i want when any user click or tap on this disable drop down menu on that time showing an error...
View ArticleAutomated Modal Loader Service (Concept Discussion)
@Luzaan wrote: Good Day, I have created some PHP code that whenever an AJAX Call is called anywhere on the site, it displays a modal popup with a loader. The nice part of this is that I created and...
View ArticleIon-tabs without navigation
@tux wrote: Hello! I want to add a tab bar for custom functions but without navigation. Click functions are working but tabs trying to use navigation. How i can make ion-tabs only for “click”...
View ArticleHow to show validation errors in Ionic 4 React
@sabahang wrote: I’ve been looking everywhere and haven’t found how to go about showing different validation errors on form elements (eg IonInput). They have properties like maxLength required...
View ArticleIonic 4 - UIWebView references
@BrentAshWilliams wrote: Hello, I currently have an Ionic 4 application where I use Cordova. I know they are working through how best to resolve the issue of removing UIWebView in their ios platform...
View ArticleIonic check background or foreground
@nsimmonds wrote: Hello, is there a way to check (or force) the app to be in background or foreground in chrome. Or is in necessary to do this on the device itself Posts: 1 Participants: 1 Read full...
View ArticleGlobal CSS
@EnzoDLP wrote: Hello, I made an application with Ionic and I used the “global.scss” file. So I had a question about him. I created a lot of classes that I use in 80% of my pages like for example...
View ArticleFirebase File Upload Hook
@aaronksaunders wrote: Ionic Framework App using React Firebase Hooks - File Upload Hook https://dev.to/ionic/ionic-framework-app-using-react-firebase-hooks-file-upload-hook-bn4 Ionic Custom Hooks...
View ArticleAwait not working
@MengenL wrote: async addTransaction() { this.ref = this.db.list('transactions', ref => ref.orderByChild('month')); this.ref.push(this.transaction).then(() => { this.transaction = { value: 0,...
View Article