Preserving existing storage when migrating to Ionic
Hi. We have developed an application with Ionic from scratch that we previously had developed with another framework (Appcelerator Titanium). When we test the new version of the application in Ionic,...
View ArticleRedirect to external link on ionic-tab
Is there any way to point directly a website URL onto the ? I tried the code below but it does not work. <ion-tab title="Shop" icon="ion-ios-cart-outline" > <ion-view> <ion-content>...
View ArticleRelease of @ionic/angular-toolkit 5.0
Hey folks! I’m happy to share that v5.0 of @ionic/angular-toolkit is finally here! This includes the much request support for Angular v12. Check out the changelog and update today! GitHub Release...
View ArticleIonic V3 - Capacitor V2 with Android SDK 30
Hi everyone !! Can I upgrade my Capacitor V2 with Android SDK 29 to SDK 30? How can I do this? I changed my compileSdkVersion and targetSdkVersion to 30, but the application stopped rendering the...
View ArticleSentry for Ionic/Vue help
Hello there! I am trying to get Sentry.io working in my app. Currently, I’ve done the following: I installed sentry and the sentry webpack plugin like so: npm install --save @sentry/browser...
View ArticleDev builds in Angular 12
Hi I am trying to upgrade my app to use Angular 12, I have just upgraded @ionic/angular-toolkit to 5.0.0. I am trying to work out why I can’t read properties from the environment but Angular defaults...
View ArticleVersion 6 beta, datetime questions
Why is the datepicker always expanded, instead of showing the placeholder like in the demo? How can I make the “required” attribute work with ion-datetime just like ion-input? Regarding #1: I’m using...
View ArticleSplash screen stretching in ionic react, capacitor app
I am using Ionic react and capacitor for mobile app development, for android and ios, For development, I am using redmi note 7 pro(android 10) For generating splash screen I used this cordova plugin...
View ArticleChoosing the Right Data Storage Solution: Ionic Storage, Capacitor Storage,...
Originally published at: Data Storage in Ionic: How to Choose the Solution That Works For You This is a guest post from Simon Grimm, Ionic Insider and educator at the Ionic Academy. Simon also created...
View ArticleNew to Ionic framework - I have a question regarding existing iOS app
We have an existing iOS app that is quite large. We cannot redesign everything in Ionic right away. However, we are wanting to start designing new feature (i.e. views) with Ionic and call them with...
View ArticleRandom JavaScript error when navigating
@ldebeasi Getting a common problem when navigating from one screen to another in my Ionic Vue project. Occasionally, I’ll get the error: Uncaught (in promise) TypeError: Cannot read properties of...
View ArticleLazy loading for Ionic 5?
Hello World, i got a question when was requested to learn lazy loading for ionic 5, i dont know that there’s lazy loading available for Ionic 5, and PHP Senior send me a link to read… i can’t...
View ArticleTask 'bundle' not found in root project 'android'
i want to build ionic project to .aab file but get error like this I issue a command like this 1. npm install @capacitor/android 2. ionic capacitor add android 3. ionic capacitor sync android 4. cd...
View ArticleDynamic import specific icon from ionicons?
I want to show user ionicons on the screen, after he chooses one I want to save it to backend(not the whole svg, only the name) afterwards I want to show this specific icon on some screens. Since I...
View ArticleUserdata still exist in homepage after clicked logout from another page
hello World, i am trying a firebase ionic with user login and logout, when i pressed logout at a page, the home page userdata still exists, i tested using ion refresher, the userdata is gone when i...
View ArticleCORS problems with socket.io
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleI can't start new ionic project
It’s apper when I type ionic info command 3 posts - 3 participants Read full topic
View ArticleNavigation route outside tabs when router-outlet should be inside tabs...
Hi, When working with ionic v5 my browser kept telling me to put the ion-router-outlet inside tabs since that is the new workflow starting from v6. I implemented this in my ionic v5 project, but how...
View ArticleShow looped images from API
I want to display images from the below API data structure. { "id": "932", "album": { "yes": [], "no": [ [ "http://.X.Y.Z/storage/1/TITMGOnPb8j9CB1YaxymaGASyhuGOwCI86MLN8PK.png",...
View ArticleAdd capacitor speech recognition to android mainactivity
I’m trying to use capacitor speech recognition, they said on android it need this code in order to be working on android import com.getcapacitor.community.speechrecognition.SpeechRecognition; public...
View Article