How to share my app
@Ludolefrenchy wrote: Hello I am developing a simple app only for co-workers. how to make so that everyone can install it on their smartphone? Thank you in advance. Ludo. Posts: 1 Participants: 1 Read...
View ArticleITMS-90809: Deprecated API Usage - UIWebView
@edwardkorankyi wrote: I have followed all instructions on https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/ but I still see reference to UIWebView after I build....
View ArticleIonic 4 variable
@xfveiga wrote: ionic 4 I have a text variable that when going to a page if there is a “/” in the text, it gives an error how to solve?...
View ArticleAngular jwt token not attached to requests
@Osta wrote: @auth0/angular-jwt is not attaching authorization headers on my API calls and I’m stuck on this for a long time now This is my configuration: import {NgModule} from '@angular/core';...
View ArticleCORS issue for token based authentication in ionic 4
@scharli wrote: When i’m uploading my project on hosting site and data is coming from there only,it worked fine on localhost but when i uploaded my webapi on hosting server it’s not working data is...
View ArticleWebSockets for IOS / Android
@mydrivensolutions wrote: I’m using WebSockets to communicate with a local server which works fine in the web. However when I send to IOS and the page loads that connects nothing happens. Does anyone...
View ArticleIonic app stuck on splash screen after update my app using app store
@sagar1412 wrote: app ionic ios app stuck on splash screen after update app on app store. but if am uninstall first app and install app using app store working fine. this issue come only if my app...
View ArticleIonic 4, dynamic background images
@TaimoorMughal wrote: I have been trying to add multiple background images in ionic 4 project. For static images i have creates the styles but for dynamic images is giving error in styles....
View ArticleTypeError: this.validator is not a function
@wakadala wrote: I’m iterating through an array of records to dynamically create formGroups for the frontend. I’ve achieved this in submitting the form, but i’m creating the function to edit the...
View ArticleDebugging app in chrome dev tools stop working
@Vartex05 wrote: Hi, i got a problem with debugging my ionic app in chrome dev tools, when i go to chrome/inspect, the device shows in a list of devices, but when i click on Inspect, i get just blank...
View ArticleIt's impossible to implement date picker on page itself?
@pdj wrote: ezgif.com-video-to-gif600×1267 1.86 MB I used many date picker but all are opened on page like modal…not by itself. how can I implement date picker with same page itself? Posts: 2...
View ArticleProblem with ion-long-press and scroll
@jorgemartiinez19 wrote: I’m trying to make a todo app and I’m having problems implementing the package of ionic long press. I’ve got a ngFor of cards like this: <ion-card class="animate fadeIn...
View ArticleWeird padding in form
@greentreelabs wrote: Hi, I’m making a super simple form with a text input and 2 buttons, using ion-item as rows. First row has the ion-input and the second row has 2 ion-buttons. As you can see from...
View ArticleHow to send data to ionic 4 when new entry added to the postgree DB?
@iozer wrote: I need to send data from Spring Boot to the ionic 4 when new entry is added to postgree DB. When I refresh the page it sends get request to the Spring Boot and retrive the data. But I...
View ArticleRunning Ionic 6 on Android API 21
@slaann wrote: Testing my App on Android 6 (mandatory) and the App is not considering css variables, any quick fix for this? I’ve seen posts talking about cordova crosswalk plugins but cant find an...
View ArticleHow to return data from modals to viewController without only calling the...
@karabillie wrote: // myPage.ts // Passing data to the modal: let modal = Modal.create(myModal, { data: [...] }); // Getting data from the modal: modal.onDismiss(data => { console.log('MODAL DATA',...
View Article[IONIC4] Real time responding for swipe back of ionic pagepage
@avex wrote: For real time responding, I am planing to implement real time swipe back of Page of iOS. Partial like IonMenu, but Page navigation style instead, native app like, you know it. 347×525 675...
View ArticleIonic IOS build failing during FirebaseX installation
@YMF wrote: Hi everyone, I’m trying to build my ionic project integrated with firebase but during a production build i continue to get the message that the directories are not found. I already tried...
View ArticleIonic v4 Modal Controller question - this.modal and this.modalController
@nvahalik wrote: We had a modal that needed to present another modal. Within modal #1, the constructor is injected with private modal: ModalController and ModalController is imported from...
View ArticleIoinic 3 - Check if it's a GPS/location Fake
@lucaslivingnet wrote: I need to check if the gps or location is valid. I need to know if a fake gps is being used. My app is on Ionic 3 and I need to cover android and ios. does anyone know a plugin...
View Article