A Visual Studio Code Extension for Ionic
Originally published at: A Visual Studio Code Extension for Ionic - Ionic Blog Historically, when working with Ionic/Capacitor, the CLI is the main interface developers use to invoke various...
View ArticleEvent when the same option is selected in ion-select?
I need to do some stuff when the same option from the ion-select menu is selected. However, I can’t find a way to make it work. There is no way to watch for value changes, since there are no changes...
View ArticleIon-segment-button transparency issues
I have a few pages that use the Ion-segment-button components. We’ve been updating our ionic library to v5 and it seems making the ion-segment-buttons transparent has changed… HTML: <ion-header...
View ArticleSimplest way to create an app with both tabs and sidemenu
Hi, I’d like to create an app with both tabs and sidemenu. With the starters you can create an app with tabs or with sidemenu. So, according to you, which is the simplest way to have both? Should I...
View ArticleCapacitor with cordova-plugin-nativeaudio produces no audio and no errors
Using latest Ionic 6 and Capacitor 3.4 and following the instructions here: Native Audio | Cordova Native Audio Plugin for Audio Playback Note: I am using a fresh install just to insure the plugins I...
View ArticleHow to add content that is coming from an AJAX call
Ionic version: 6.18.2 Framework: Ionic React I’m struggling to make an AJAX call work. How can I add content that is coming from an AJAX call with Ionic React? Here is my AJAX call to get content from...
View ArticleMauron85/cordova-plugin-background-geolocation not working in ionic 6
background geolocation plugin doesn’t works in ionic 6 angular. does anyone know how to fix please help us too 1 post - 1 participant Read full topic
View ArticleHow to use edited module
Hi, I had to make some changes on a module and I need my application to take my changes. The project is in NPM (confetti-js - npm) and I just made a MR on the git repo of the creator but I don’t know...
View ArticleAdd TSX syntax highlighting
TSX syntax highlighting (```tsx) doesn’t seem to work: <IonTitle>Test</IonTitle> But TSX is extensively used in React+TypeScript projects, often with the Ionic Framework. 1 post - 1...
View ArticleCapacitor Bluetooth LE not connecting cross platform device
I am using a Bluetooth LE plugin to connect android and iOS devices via bluetooth. Similar platform OS’s(iOS to iOS and Android to Android) can establish connection successfully. However, when trying...
View ArticleUsing `forward` and `back` animations with IonRouter.navigate
Hi, In order to completely disable native back swipe in IOS I’m having to use replace instead of push and its working fine except for one issue … disorienting page transiations. I expect...
View ArticleBuild Ionic 5 apps for apple store
Hey everyone! I’m a long time reader, first time poster! (So take it easy on me). My goal is to build and publish an app for Apple Store, however I don’t have a Mac. Is it possible to do this using a...
View ArticleIonic-React App Automatically Changing to Dark Mode
I’ve an ionic-react native mobile app. Started showing weird behaviour. When I’m building the apk and installing it to Android Device, it works fine for the first time. The 2nd time, it’s opening with...
View ArticlePage disappears after opening - Deeplink Navigation issue
My Application contains 2 different pages which I need to open when user uses deeplinks. Deeplinks works fine but when I install application and open page(Using deeplink) it just shows up and got...
View ArticleLinkedIn Sign In and API integration
Does anyone here have experience integrating LinkedIn Sign In with an Ionic app? We use Laravel PHP for our backend. We need to hire someone to do this for us and grab a few other data elements from...
View ArticleHow to use Storybook with Stencil
Originally published at: How to use Storybook with Stencil - Ionic Blog Storybook is an incredible tool that allows you to build, test, and document the components of your design system in isolation....
View ArticleHardware Back Button Not Working on Android
I have read through the documentation and it says that out of the box Ionic supports the android hardware back button. That it will pop off the stack etc. My application is angualr 12.2.4 with...
View ArticleSend email without open default devices mail app
Hello, i’m realizing a submit form to send an email. The form’s fields are: Name Surname Email (the sender mail) Content The recipient of the mail is not variable. I read about the email-composer, but...
View ArticleIs it possible to use Iconic Navigation in WordPress Menus? Can I integrate...
I want to integrate my WordPress website with Ionic. Is it possible? Can I integrate Ionic with my WordPress website? I have a website (https://www.rugknots.com/) running on WordPress. Ionic and...
View ArticlengIf does not show items correctly inside Ion Modals
I have a page from which a modal component can be opened. This the modal component html: <div *ngIf="editItem == false"> <ion-header translucent> <ion-toolbar> <ion-buttons...
View Article