Ionic 4 Tab navigation params
Pero ese id que quieres pasar, ¿lo quieres como parámetro al momento de realizar una acción en tu página principal con un botón o algo? Si me desglosas mas el problema, puedo ayudarte, ya que he...
View ArticleRecommendations for the site
First of all I want to introduce myself. My name is Luis Saúl and I am a Computer Engineer and in the company where I work developing mobile applications. My company works on mobile applications in...
View ArticleIonic 5: ion-header turns black in iOS with ion-split-pane
Same thing for me with just ionic start. Only on ios image375×667 7.26 KB
View ArticleApple's new "Adaptive User Interfaces" requirement
Given the recent email from Apple, I’m also concerned about this
View ArticleSelf is not defined in ionic angular server side rendering
I am following https://ionicframework.com/blog/ssr-with-angular-universal-and-ionic this tutorial everything setup is successfully done and also these command run sucessfully npm run build:ssr and npm...
View ArticleIonic 4 modal backdrop
i tried that but failed. I don’t know if there’s something wrong I did but it didn’t work the way I wanted it to. The backdropDismiss property dismisses the modal if it’s value is true and the...
View ArticleIonic Resources service is broken
This service is broken again. Also tried ionic config set backend pro -g but this is also not working.
View ArticleIonic 4 modal backdrop
this Sounds like an Issue. You should describe and submit this here
View ArticleIs it possible to use your Ionic app as a sat-nav?
I know it’s possible to display a route from one marker to another in an Ionic app like below: Screenshot_20200328-111119_Maps1080×2115 707 KB But is it possible to open a “sat-nav”-like view, similar...
View ArticleImage not displaying from server ionic 4
I want to show list of categories. Image is not shown on android version 9 and above. when I try to put static image it shows perfectly but image from server is not shown. tab1.html <ion-grid>...
View ArticleHow to exit app in Ionic5
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticlePlacing an ion-range inside ion-slide
I kind of want my interactive components inside my slider. I was thinking of using a different library for the slide feature perhaps something like of slick slider…
View ArticleIonic 4 problem when adding content before ion-virtual-scroll
I have this code and it’s working totally fine using ionic 4 and angular 8 <ion-content> <ion-virtual-scroll> ... ... ... </ion-virtual-scroll> </ion-content> after added some...
View ArticleGoogle Play Services
Hi, can nobody help me with that issue? Maybe someone has integrated Google Play Service also and can help me Lukas
View ArticleAuth Guards with observables for 2 routes not working when i use route.navigate
Hi Guys, I hope you’re doing very well. I’m here 'cause I have been coding an app with Ionic 5 Angular CLI: 8.3.25 Node: 12.16.1 OS: win32 x64 Angular: 8.2.14 But i have added 2 route guards to 2...
View ArticleHow to shrink the view with the keyboard on Android dynamicly?
How to shrink the view with the keyboard on Android dynamicly?
View ArticleIonic 4 modal backdrop
In my case I have applications that have the same behavior that you want to apply. I have a function to be able to open any Modal by sending the component (in this case the Modal) and the...
View ArticleCould not find plugin "proposal-numeric-separator"
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleImage not displaying from server ionic 4
But when you try to dynamically add the image using the * ngFor statement. What is the type of data you are adding to [src] = ‘item.image’? Is a data File or is a Base64 or an address of your image...
View Article