Viewing the shadow DOM
Is it possible to view the “raw” shadow DOM, without compiling to Andriod / iOS / etc? I’d guess that just running ionic serve and looking at the “Elements” pane in the browser dev tools would mean...
View ArticleiOS development on a windows virtual machine
Hey Friends, my first App with Ionic for android is almost finished. Now I was checking for how to publish it for iOS. What I found out is that it’s pretty complicated and maybe even illegal to do...
View ArticleFeature Request for alt
Hello, I would like to make a feature request for alt text on both ion-button as well as ion-item used as buttons. Not only would it be a handy feature, it’s an accessibility issue. Thank you, Joshua...
View ArticleReal-time data subscription
When on app A a product price is changed, app B should update the displayed price there, too, ideally as soon as possible. I would let the updated field flash briefly and show a temporary message that...
View ArticleIonic slide item: Invoke action by sliding
On the app there is an ionic slide item. The item can be pushed to the side to reveal a delete action button. This button has not only to be revealed, but also clicked by the user in order to invoke...
View ArticleHide Tabs based on a condition Ionic & Vue
Hi there! I want to build an app that when all the checklists are checked, the next option of tab appears or just be able to click it, if not the user can´t change to the next tab, but I don´t know...
View ArticleIntroducing the Ionic End-to-End Testing Reference Example
Originally published at: Introducing the Ionic End-to-End Testing Reference Example - Ionic Blog Many teams today are struggling to build robust end-to-end tests for their apps, often giving up on...
View ArticleBuilding the EAS 2021 Conference App
Originally published at: Building the EAS 2021 Conference App - Ionic Blog The second annual Enterprise App Summit was a roaring success! Thanks to all our speakers and sponsors from the Ionic...
View ArticleError al abrir un projecto de ionic con studio android -- Error opening an...
Hello I’m doing the example from the Ionic page, “ionic start photo-gallery tabs --type=angular --capacitor” And to the ionic cap open android, it gives me this error. java.lang.NullPointerException...
View ArticleAre there any examples with Ionic 6 filled and outline input styles?
In Ionic 6 announce I see: We have revamped the input styles in Material Design mode to support new filled and outline variants. But can not achieve the same visual effects after upgrading to the...
View ArticleUpdate old ionic app
Hi all, I wrote an ionic app about 2 years ago and I’m trying to resurrect it. Unfortunately things have moved along an nothing works anymore. What is the minimum set of files I need to try to get it...
View ArticleCordova deeplinks: Is it possible to support both http and https url scheme?
I am using ionic native deeplinks plugin for cordova to get the deep links to work. To add the cordova deeplinks plugin I used the following command: cordova plugin add ionic-plugin-deeplinks...
View ArticleIonic react ui
Hello and Happy new year Ionic community, I am fairly new to the subject but I have taken a liking to learning Ionic react. I am struggling to get a couple of buttons that are in a Ionrow to the...
View ArticleDeeplink or Redirect to App from URL
Hello World, i got a question regarding deep link, if an User signup for an account, the system will send email to their mailbox and requires User to click a link for activation, after clicking the...
View ArticleCapacitor Browser open fails in a web browser on iOS
We are still on Capacitor 2 and in our app that is available for iOS, Android and Web we are using the Browser API to open a window in a couple of places e.g await Browser.open({ url: url,...
View ArticleErro in LoadingController after upgraded to ionic 6
Hello! I upgraded to ionic version 6 and at coding level everything went very well. Reaching the end of the update of my application, I generated a production version and when accessing the...
View ArticleConverting angular to ionic & cordova getting cryptic errors when building
I am trying to convert a working angular project to ionic so it can have some additional features as a mobile app with cordova, i have everything serving ok but when i try to build with ionic cordova...
View ArticleError while compiling ionic app for android
Hey everyone! I’m building an app with Ionic (Ionic React) and I just got a basic version of the app working. I proceeded to run ionic capacitor add android, ionic capacitor copy android and ionic...
View ArticleTest and inspect on specific device
Hi, I encounter a problem that I don’t know how to solve. Some users on specific android devices experience a bug where data is not initialized properly but it doesn’t throw any error (sentry). The...
View ArticlePreload Ionic for PWA purposes
Hi. I’m developing Web App, which should be working fast. I’m picked up Svelte, Ionic, and Vite. But, I find out when the screen has been changed to another view, the browser initiates lazy load some...
View Article