I just created a brand new Ionic app, using command "ionic start myApp blank" I added the necessary angular dependencies to get "ionic serve" working properly.
I have set up a project using ionic framework v4 with React and wish to add a webpack loader to allow importing graphql queries from .graphql files, as describe
I am developing an ionic 1 app designed to run on a specific android device. I cannot find a way to easily get performance metrics (memory usage, cpu, fps, et
Witout from option PostCSS could generate wrong source map or do not find Browserslist config. Set it to CSS file path or to undefined to prevent this wa
So building was always fine until it wasn't. Nothing new was added, nothing was removed, no packages installed, nothing. Everything was working fine until the b
I am facing problem to change slider bullets in Ionic v4 .swiper-pagination-bullet { --bullet-background: red; }
I have an Ionic v1 chat application, I made everything, but I encountred the famous problem when clicking on a send button (send chat) the keyboard loses focus
I am using ion-tabs for my frontend angular ionic app. I am using nested tabs, So 1st ion-tabs have 3 tabs, Tab 1, Tab 2, feature-tabs and feature-tabs has 3 ta
I'm trying to add to my ionic4 project High-charts (https://www.highcharts.com/) with this tutorial https://www.highcharts.com/blog/tutorials/setting-chart-ion
I am using Ionic 1 and on my app I am using a phone number. If the user clicks the phone number then I want the number to open in the call window so that user c
I run ionic cordova build ios and the response ever is a error Please help me ** BUILD FAILED ** The following build commands failed: CompileXIB MyApp/C
I couldn't get http api call working on the device. Cors is blocking it. I tried native http error as described in the link below but i am getting weird errors.
While trying to add SSR to an existing Angular/Ionic App, following the Ionic SSR guide, i get the following error TypeError: head.querySelector is not a funct
I'm trying to get an APK file from a Ionic project with the "cordova build --release android" command on a Mac and it doesn't work as I get this error "Err
Is it possible to use ionic frameowork for regular Web Applications rather than wrapping it in Cordova?
I'm developing an application using Ionic and in that I'm allowing user to upload videos. So for playing videos I have integrated Video.js library. But when I
I am having a weird issue where the mute tag on a video element is being ignored. <video #media playsinline webkit-playsinline loop muted [src]="video
I am working on an Ionic 1 app with a remote team and lately our versions have not liked each other. I was wondering if the fact that I have also been working o
How to avoid the dark grey background which will flash for a second before the splash screen appears in android app built by Cordova ?
Please have a look at the validate method inside the elfe-if condition in the below code. I am unable to call the useLocation method of react-router-dom. I have