java.lang.RuntimeException: Unable to start service...
I was trying to build my ionic app in android studio and receive this error 2021-07-04 15:58:42.279 11626-11626/com.siloc.users E/AndroidRuntime: FATAL EXCEPTION: main Process: com.siloc.users, PID:...
View ArticleNpm packages
Why are these warning in the latest ionic, fresh app building… Is there a way to remove all these… npm i npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN...
View ArticleFloating ion-label how to make work with border
I just downloaded the b1 of ionic 6 and am trying to get floating labels working like the example in the blog for the material design about 3/4 down. Does anyone have a working example? What I can’t...
View ArticleIonic Vue and Chart JS
Good afternoon, I am having issues adding charts to an ionic vue project, I would like to use Chart Js, can someone show me how to do this?, or perhaps point me to an online resource. Thanks in...
View ArticleSet focus and position end to textarea
I would like to set position on a textarea and set focus programmatically but it seems that there is a problem on iOS when the text is more long. It’s a mention component which you can tag a people...
View ArticleScroll To bottom does not work with Observable?
Hi, I’m building a chat app with Ionic angular firebase and when I send a new message i call the scrollToBottom() function. The problem is that the chat window goes to top (very quick less than 1sec)...
View ArticleSetting Webpack Flags For Ionic Vue
I’m getting the following error related to vue-i18n on our production environment. Uncaught ReferenceError: __INTLIFY_PROD_DEVTOOLS__ is not defined at Module.ve (core-base.esm-bundler.js:167) at L...
View ArticleApp rate does not redirect to google play
guys I’m having a problem here that’s complicated, I’m trying to use the APP Rate but when I click on “Rate Now” it doesn’t redirect me to google play, what’s wrong? TS: import { AppRate } from...
View ArticleIonic React: How to dismiss ion-loading correctly?
I’m a newbie and having some issues with dismissing ion-loading when using the React hook on Ionic React v5.6.11. I’ve tried the following ways so far: const [present, dismiss] = useIonLoading(); //...
View ArticleInsufficient menu clearance on iOS
Hi all, I’m having serious problems implementing a top margin for my app on iOS—the top bar and side menu are always crowded by the native menu rendering the top menu item extremely hard to tap. Based...
View ArticleHow to Hide Ionic Header on Scroll [v5] - Ionic vue convert
Hello everyone, I have a problem would like someone to get help, please. When I tried to convert the “ionscroll” hide header by angular code and I realized some options may a bit different between vue...
View ArticleIonic Android 11 Issue
I have updated my application to android 11. I want to use MANAGE_EXTERNAL_STORAGE. Google play rejected my application becuase i am not following guidelines for MANAGE_EXTERNAL_STORAGE. can anyone...
View ArticleIonic capacitor android emulator make Console log visible in terminal
I would like to be able to see console.log messages in terminal when using Android emulator with capacitor. HTML: <button class="btn btn-danger" (click)="callSomething($event)"> Console...
View ArticleIonic 5 translating and change event not performed
I developed an ionic 5 app and integrated language features. It works but I have problem when I change language programmatically. I developed a page (setings.page) where user can change language...
View ArticleIonic 5 - chrome://inspect do not see webpack folder
Hello, I have an Ionic 5 app with Angular 12 and Cordova. I use the following for live reload: ionic cordova run android -l I am not sure what has happened but when I now launch chrome://inpsect,...
View ArticleFCM capacitor-community-fcm plugin vs android-studio-fcm setup
Please suggest which one of these I should use for creating topics? capacitor-community-fcm plugin vs android-studio-fcm setup 1 post - 1 participant Read full topic
View ArticleHttp request does not work on ios 15
Every http request fails on ios 15 native device or emulator with the following error {"headers":{"normalizedNames":{},"lazyUpdate":null,"headers":{}},"status":0,"statusText":"Unknown Error","url":"[i...
View ArticleHow to custom or add icon (svg) to ionic using. [ionic 5]
Hello guys, I have a question wanna ask about how to add SVG or png images to be an icon on ionic, please. expect the result will gonna like this: <ion-icon slot="icon-only" icon="custom-svg-img"...
View ArticleUse diferent global per page
I ionicals, how are you doing? I am kinda new in this family, so sorry for eventually noob mistakes. I have an e-commerce app that i am developing, and i have the top and bottom menu in global, so the...
View ArticleWhat's wrong with uiwebview on ionic ios platform
Hello I had really big problem on uploading appstore. it cause error on uiwebview which is ITMS-90809 I added to config.xml and change FBSDCorkit version to 5.5 on podfile and changed version of...
View Article