Hide and show navbar in android
hello , i am try to create two function to hide and show navbar in android , the problem is the HidenavBar function is work fine , and when called it , the navbar is hidden but in same time when i...
View ArticleIconic's ability to support complex web applications
Ionic was built with mobile in mind - creating a good mobile experience using web technologies. You start out with a web app, so there is the possibility to use it for all 3 platforms. However I’ve...
View ArticleIonic/vue without Vue 3?
I’m using NuxtJS in a web application that needs to eventually also have Android and iOS apps. NuxtJS doesn’t support Vue 3 yet, so my application doesn’t meet the ionic/vue requirement of Vue 3, but...
View ArticleHow to "ionic cordova run" in Docker?
All the project is built in a docker container. Now I need to develop on a real tablet device. So I connected with adb by wifi adb connect 192.168.1.100:5555 // It works. The problem is when I run:...
View ArticleHow to create a react app whose root will be on a specific path
I am building an ionic app in React, and need it to be accessible in a specific path, not root (’/’). i.e. instead of /index.html, it will be reachable via: /app-path1/index.html . How do I tell the...
View ArticleCreating Library and Implement Ngx-Translate
Hi All, I am creating a custom library for ionic app. I want to localize the library and integrate this with the ionic app. Scenario: When the language is changed the ionic app the content of the...
View ArticleStripe Terminal: Invalid `onFetchConnectionToken` handler given
Hello everyone, I hope you all are doing fine. I’m working on Stripe terminal SDK and trying to implement it in ionic v3. I’ve followed the documentation but facing error plus I’ve no idea what i’m...
View ArticleWhat language translation lib to use for Ionic React app
Hi, I am planning to use Ionic React for a new B2B app and I am investigating which modules/SDKs/libs to use in different areas. When it comes to localization and translation of apps to different...
View ArticleionRefresh event does not work
Hello, i ve tried to use ion-refresher, here is simple code from my project(95% of it is from documentation) so @ionRefresh=“doRefresh($event)” not even triggered <template> <ion-page>...
View ArticleNested component
I have two custom components called And And i have created a shared module to use this. But my problem is when i use < app-image > < app-text > < /app-text > < / app-image > In...
View ArticleCan't run ionic cordova platform M1 chip
Description: On apple M1 I got an error using ionic cordova platform add. Why I don’t know ? How did I got that ? I don’t know either, all was working almost fine, I mean I got trouble with ionic...
View ArticleIon-icon touchstart/touchend not working as expected
Ion-icon touchstart/touchend is treating it almost like a click. <ion-icon (touchstart)='hideShowPassword(true)' (touchend)="hideShowPassword(false)" slot="end" [name]="passwordIcon"...
View ArticleIonic2-calendar
Hello, I’m trying to have the ionic2-calendar role based. My app uses firestore and all the events created for the calendar is stored in firestore. Im trying to have the events shown based on whos...
View ArticleNotifications not working
Hi Dudes. So I have an ionic messenging app and it has notifications set up. However this doesn’t work for my Huawei android 10 phone. It is working on some other devices. Is there a fix to ensure it...
View ArticleButton to uncheck alert checkbox
I’ve a button with the function: uncheck(). When the user clicks the button, I need the checkboxes in alert to be cleared. I didn’t find anything related to clearing checkboxes in alerts. This is my...
View ArticleIonic supports for windows Device
Hi All Does ionic supports windows mobile for mobile hybrid development (I knew it supports ios and android ) Thanks & Regards Amit 1 post - 1 participant Read full topic
View ArticleBackground task
Hi all, I m new to ionic and I need a help. I need a background service that ping a remote url at specific time every day and send a notification to the user. I haven’t found anything in the web. Is...
View ArticleVueJS, Android and CORS
Hello, I am new to Ionic framework and trying to make simple HTTP request to third party API. On the Android device, with Axios library, I have CORS issues, which I can understand since requests’...
View ArticleIon-radio with multiple color properties
Hi! I want to change the colors of ion-radio. I need to specify different colors like the next image. I found only two related CSS Custom Properties (--color and --color-checked) at ion-radio: Ionic...
View ArticleUnderstanding monorepos
Originally published at: Understanding monorepos - Ionic Blog When we think about building apps, we’re typically talking about one app, one git repo, and one build output. However, this...
View Article