Service vs Model file access
@breinsnet wrote: So I have a model and a serviceModel… The model is a simple exported class with a few attributes and a couple of methods. The serviceModel is an ionic service The model has many...
View ArticleIonic 4 Deeplinks
@asaldev wrote: Hi I read Deeplinks Document from HERE i import it in app.component.ts file import { Deeplinks } from '@ionic-native/deeplinks/ngx'; constructor( private deeplink: Deeplinks, ) { } but...
View ArticleMake compare between today and another date
@Tubiss wrote: private eventDate: Date = new Date('July 16, 2019 12:24:00');//this is another date private today : Date=new Date(); if(this.today==this.eventDate{ console.log(hello) } its not working...
View ArticleLoader in InAppBrowser
@pksquare wrote: How i use loader in Inappbrower. I want to give a loader until the page os open in InAppBrowser in ionic 3 Posts: 2 Participants: 2 Read full topic
View ArticleNo Java files found that extend CordovaActivity
@ajeshbc wrote: No Java files found that extend CordovaActivity. [ERROR] An error occurred while running subprocess cordova. IONIC CLI 5.2.3 NPM 6.9.2 Angular CLI: 7.3.9 Node: 8.12.0 OS: win32 x64...
View ArticleRun application service when push notification received
@saxovic wrote: Hello, Is it possible to run some application service in the background when push notification is received (no matter what is the state of the app [foreground, background, closed]). I...
View ArticleCambio de tabs y list
@Fernanditha wrote: Hola con todos, hace unos dias mi profesor nos amdno hacer una aplicacion pero tengo un error en los tabs y list, y dice que eso debo cambiar he probado de todo pero aun esta el...
View ArticleShare firebase project for more apps
@albertix wrote: Hi all, I have two apps, one for final users and another one for merchants. Both of them must use same firebase project. My config.xml has different ID for each, for example: Project...
View ArticleIonic 4 segment not displaying properly (as in docs)
@danielcombain wrote: Hey! I’m using <ion-segment> and I don’t know if I’m missing something. The docs Segment docs displays something different for the default layout. I just get text and a...
View ArticleHow to do something in ionBackdropTap event?
@viva11vidy wrote: I want to add a class to the ion-nav when i click on ion-backdrop. Right now when sidemenu opens the ion-backdrop is appearing and when click on it its disappearing, I have found...
View ArticleIonic asset file location for web and devices with angular http
@ir2pid wrote: I’m trying to read file from asset. My code is: import { HttpClient, HttpParams, HttpHeaders, HttpRequest } from "@angular/common/http"; . . assetURL: string = "../assets/";...
View ArticleAutoplay native audio ionic
@duverzu wrote: Does anyone know how to put autoplay with native ionic audio? Posts: 1 Participants: 1 Read full topic
View ArticleJSON local
@bartlo wrote: How can I get the code I used to have in Ionic 3 to work? I could consult a JSON and pass it to a list, now it’s no longer useful import { Component } from ‘@angular/core’; import {...
View ArticleCLI: ionic cordova run/prepare android using wrong icon
@jp4velocity wrote: I did create a special icon.png wich should be used when i pass a custom flag to the command line like so ionic cordova run android --device --myflag. My custom hook sees this flag...
View ArticleHow is live update in Appflow
@weihangtang wrote: I recently tried this new feature on my app, what do you guys think of it ? Ionic Docs Deploy a Live Update - Ionic Appflow Documentation Ionic is the app platform for web...
View ArticleImplementacion de Api google cloud sql
@svaldespinog wrote: ALguien que haya implementado la Api de google cloud sql? Posts: 1 Participants: 1 Read full topic
View ArticleWarnning in the App Publish Google Play
@murilocg22 wrote: i can’t publish my app because warning: “This APK includes features and unused codes that are sent to users. Your app would be smaller if you used the Android App Bundle. When the...
View Article[V4] How to open a page from bottom to top, without being a modal
@ghido wrote: Hi, I’m trying to make something that should be very common, but I can’t find a solution. From the initial screen of my app, I would like to open a registration flow in 3 steps. I would...
View ArticlePantallas donde no se ve el estado superior del celular
@lisandrodc wrote: Hola, como estan comunidad? Espero que bien, he desarrollado una aplicación con Ionic 4 y tengo un inconveniente que tanto la pantalla inicial como las demas no muestran el estado...
View ArticleMotion, detect orientation change
@Kyrax80 wrote: Hello. I have the following code using capacitor: Motion.addListener('orientation', (e: MotionOrientationEventResult) => { console.log('Test') }) However when I rotate my device...
View Article