How to pinch to zoom image in the Slider?
HI, I am having same issue in Ionic 4, someone have found how to fix it?
View Article[Ionic 4 - Vue] Modal - Get props inside component
I just ran into the same issue. This works: .create({ component: ModalSelectSearch, componentProps: { // This gets passed to the component's data values data: { dataItem: dataItemVal }, // This gets...
View ArticleMake compare between today and another date
I use and recommend date-fns for all tasks like this.
View ArticleRetrieving data from the hosted PWA
The 1 is not clear, why do you want to use it from a static method in first place? For 2, events are “fire and forget”, if you set a listener for the event then you can call to a native method to...
View ArticleSplit Pane not displaying correctly
I’m having a very similar issue. Do you know if there’s already an issue opened on the GitHub?
View ArticleHow is live update in Appflow
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 developers. Build amazing...
View ArticleImplementacion de Api google cloud sql
ALguien que haya implementado la Api de google cloud sql?
View ArticleIonic 4 Style changes for shadow elements
Yes, I had those 2 functions and it didn’t work. Before I saw your answer i tried the approach of reporting it as a bug. At least for this specific case (ion-menu-button), the fix was added to 4.6.2....
View ArticleWarnning in the App Publish Google Play
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 app is not optimized...
View ArticleMake compare between today and another date
var day = new Date(); Tue Jul 16 2019 15:11:12 GMT-0400 if you only want to compare date you can use day.substr() to get what you want from this string
View Article[V4] How to open a page from bottom to top, without being a modal
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 like to open...
View ArticleTypescript Error: Type 'Observable' is not assignable to type 'Observable'
Lachu: This way of Import is not working in Ionic 5.2.2 . I realize that Ionic versioning can be confusing, but you’re talking about the Ionic CLI version, which isn’t relevant here. What matters is...
View ArticleSplit Pane not displaying correctly
Figured out what my issue was, you have to have the split-pane wrapped around the router output to have it be able to change its css. So I guess I have to make a choice between putting my navigation...
View ArticlePantallas donde no se ve el estado superior del celular
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 superior del celular...
View ArticleProblem with routing in Ionic 4
nothing seem to work. please i need help. its so urgent.
View ArticleProblem with routing in Ionic 4
in my tabs.router.module.ts, i have the following codes import { NgModule } from ‘@angular/core’; import { RouterModule, Routes } from ‘@angular/router’; import { TabsPage } from ‘./tabs.page’; const...
View ArticleRetrieving data from the hosted PWA
jcesarmobile: The 1 is not clear, why do you want to use it from a static method in first place? I just want to use it - I don’t mind whether it’s from static or an instance but since I can’t see any...
View ArticlePipe could not be found in ionic4
To solve this I had to create all my new custom pipes inside a folder called “pipes”, then I created a module called “sharedPipe.module.ts” inside a folder “modules” /modules/sharePipe.module.ts...
View ArticleUnexpected value 'HttpClient' declared by the module 'AppModule'. Please add...
yakri: Wouldn’t want them incorrectly believing this doesn’t have anything to do with imports. I think there is some confusion here, perhaps due to the word “import” being used to describe two totally...
View ArticleMotion, detect orientation change
Hello. I have the following code using capacitor: Motion.addListener('orientation', (e: MotionOrientationEventResult) => { console.log('Test') }) However when I rotate my device it’s not writing...
View Article