Display image not working on Android device
@gautierm wrote: Hello, I follow, step by step, the tutorial My First App (Ionic/Angular). On the server, I can take many pictures and all of them are displayed on the screen. Good … On Android...
View ArticleCordova-plugin-zeroconf - Doesn't work on Android 9
@djoxna wrote: Hey! Did anyone else had a problem with using cordova-plugin-zeroconf on Android? Everything is working okay on iOS. zeroconf.watch('_http._tcp.', 'local.', ({ action, service }) =>...
View ArticleNot able to create project in ionic 6.9.2
@johnmobiledev wrote: Hi Guys, I am not able to create project through ionic cli, i am getting below error ionic start test tabs Pick a framework! Please select the JavaScript framework to use for...
View ArticleIonic 5 Custom Angular Components not showing
@douglapsley wrote: I can’t seem to get custom Angular components to display in Ionic 5. Steps to reproduce: Generate a blank Ionic app Generate a component with ionic generate component...
View ArticleSuper Tabs - NullInjectorError: No provider for SuperTabs!
@mnavatru wrote: Describe the bug I added the SuperTabsModule.forRoot() to the app.module.ts. and the SuperTabsModule to home.module.ts. I also put all the <super-tabs> on home.page.html. The...
View ArticleCapacitor PWA Routing Problem
@utkugokcan wrote: Hi everyone! I am developing Capacitor based Ionic application. I built this app for pwa then I published to my server. However, when I try to access any page with definite URL...
View ArticleMulti APP lib, can you access APP specific files (eg. environment?)
@Staal wrote: I’m trying to create a, cordova, multi app following https://medium.com/angular-in-depth/building-an-ionic-multi-app-project-with-shared-angular-library-c9fa0383fd71 My use case is that...
View ArticleNative-run android --app...
@BrentAshWilliams wrote: My project is currently using ionic 4. I have had no build problems until today. I am seeing the following error: native-run android --app...
View ArticleIonImg, ion-img ionImgDidLoad event not firing
@jamiechong wrote: I’m trying to add a loaded class to IonImg when the image loads. According to docs I should be able to listen to a ionDidLoad event. But it doesn’t seem to trigger. This is the...
View ArticleProblem installing Capacitor plugin
@accron wrote: I’m trying to install the plugin https://github.com/go-u/capacitor-keep-screen-on When I do npx cap sync android , as per the instructions, I get the error: In file included from...
View ArticleIonic4/Angular How do I force ion-router to destroy pages in the component stack
@joelmeaders wrote: I hope this is simple. I need Ionic to not keep some/all pages/components in the “stack” once the page is navigated away from. This isn’t an issue in realtime apps but with apps...
View ArticleAnnouncing IoniConf2020
@mhartington wrote: Hey everyone, hope you are all doing great today! We are excite to announce the first ever Ionic conference, IoniConf 2020! The Ionic Blog – 21 May 20 Announcing IoniConf 2020 It’s...
View ArticleHow to make two columns in signle row?
@Roben2306 wrote: I didn’t find how to make two columns in sigle row as I designed in the picture. 2223836×838 38.3 KB Posts: 1 Participants: 1 Read full topic
View ArticleIONIC 5 header toolbar button click router.navigate not triggering navAnimation
Hi, IONIC 5 Cordova android/ios - the button/item click(router.navigate) inside a toolbar is not triggering navAnimation. I tried the custom animation from this post. This animation is working when...
View ArticlePush Notification Not Working when App is in background
I have Ionic Native Push notification enabled on my app, that’s through FirebaseX. My problem is that I get notification if the app is open in foreground but if it’s in Background I get nothing. When...
View ArticleStripe ionic metodos de pago en México (Oxxo)
Hola soy nuevo en Ionic, ¿alguien podrá ayudarme? actualmente yo estoy desarrollando una App para ofrecer los productos de mi negocio. Dentro de la App me gustaría brindarle a los usuarios diferentes...
View ArticleAuthorization is not allowed by Access-Control-Allow-Headers ios 13.4.1
I am trying to call Restful API on iPhone with .net backend . Just for ios 13.4.1 I am getting the below error: Request header field Authorization is not allowed by Access-Control-Allow-Headers...
View ArticleIonic 5 Tabs Hide from view
I have some ion-tabs and my routing builds off from there. My question is how can I hide the tabs on certain pages once my routing reaches a certain point? I have a page that gets loaded in as a tab...
View ArticleCustom Pagination for ion-slides in Ionic 4+
Hi, Can anybody help me with a solution to build custom pagination for ion-slides? I have looked into swiper.js documentation but was not able to get the desired results (something similar to this)...
View ArticleGoogle services json missing error
Just for testing purpose I’m trying to access native device features for which I’ve installed a blank new project and here’s my home.page.ts file import { Component } from '@angular/core'; import {...
View Article