Ionic Storage - Create the DB
Using this API https://github.com/ionic-team/ionic-storage when we create a database we call the following method export const createStore = (name:string) => { storage = new Storage({ name,...
View ArticleIonAlert Mode
Hello All. I always use in IonAlert the mode=“ios” but what happens when the app runs in an android devices. Does it works in mode ios? or it will use mode “md”? or it wont work? I would like it to...
View ArticleIn app browser to remember usrname
Hi, We are tying to use ionic native app in app browser to login to site. Is there anyway to remember usename with this flow? We do get refresh token for biometric, but if biometric is not enabled it...
View ArticleIos deploy error ITMS-90901
I need to publish my new app but I received a error note from Apple for ios platform. ITMS-90901: Missing full-screen support for the latest iPad mini display. The “OneToOne.app” bundle includes...
View ArticleModify application splash screen
Hello, could someone tell me how I can modify the icon and the background splash screen of an ionic 6 vue application? 1 post - 1 participant Read full topic
View ArticlePWA Specific Build Hooks
Hello Ionic community! I have a quick question regarding Ionic PWAs. Are there any build hooks I can use that are specific to the PWA target? I’d like to add a hook just for building the PWA version...
View ArticleIonic bluetooth read data for mi smart scale data
Hi, I am trying to connect with ionic cordova-plugin-bluetooth-serial 0.4.7 to connect with mi smart scale. I can scan, connect but can’t read data. how can I read mi smart scale data from ionic?...
View ArticleIonic start error
I launched several ‘Ubuntu 20’ servers, and every time I’m getting the same error when starting ionic from ‘ionic start’. It asks me whether I want to use the app creation wizard, and I type y, and...
View ArticleRunning method to fit text in div
Hello, I’m new to Vue and Ionic so I’m learning as I go. I want to fit some text into a certain DIV i have on my page. But I cannot seem to make it work. I want with page load to run a certain...
View ArticleDeep links got issue if redirect From Browser/Mail App to App after clicked a...
Hello World, this deep links i tried but not very successful. if i use whatsapp to click the url link, the App will open, but not happening in Chrome or Safari browser for iPhone this is the url link...
View ArticleIonic 4 App Crashing on Android 12
Ionic app is crashing after installing on Android 12 1 post - 1 participant Read full topic
View ArticleI6 with angular : swiper instead of ion-slides (I7 deprecated) : try to add...
ion-slide deprecated in I7. So i replace ion-slldes with swiper in I6/Angular But now i would like to add a slide dynamically When you read Swiper API Manipulation module adds useful Swiper methods to...
View ArticleIonic vue forcing android styles on ios
Hi, im building a web app with ionic and vue but found a brick wall when it comes to styles. The only way suggested by ionic to alter the global config on vue (Config | Ionic Documentation) is when...
View ArticleUse Ionic Portal inside Ionic Framework React Native Apps? (Webview inside...
Is it possible to embed an Ionic Portal inside of an Ionic Framework 6 React App? I would like to embed a few pages from a Shopify Store inside my Ionic Framework iOS and Android apps (on web we will...
View ArticleIon-datetime arrow buttons and swiping skipping months
When I click the next and previous arrow buttons or swipe left or right on the ion-datetime component it skips every other month. This behavior can be replicated on the documentation page...
View ArticleFacing issues using Angular Material Datepicker in Ionic modal - Ionic v6
Hi, I am trying to use latest ionic v6 with angular material v13 (latest and greatest for everything ). I have a page where I am using Ionic modal combined with datepicker controls where I am facing...
View ArticleWe are not able to set-cookie
We are using Ionic capacitor framework and the problem. we can’t seem to access or see the set-cookie of the header. But i can see it in the Browsers Network Tab. We have also added and http...
View ArticlePackaging the Cordova plugins while creating IONIC /Cordova Android library...
I have successfully generated Android library file(.aar) from IONIC/Cordova application to reuse the third party application. But while running the third party app, getting Class not found exception...
View ArticleIon-segment doesn't change my content
Hello everyone, ionic v6 angular v11 I have this code: <ion-content> <ion-segment (ionChange)="segmentChanged($event)" value="list"> <ion-segment-button value="list">...
View ArticleIonic 5 Disable iOS Swipe Back in ONE PAGE ONLY
Hi, I want to disable swiper back only on home page and work in other pages. i tried in home.page.ts private routerOutlet: IonRouterOutlet ionViewDidEnter() { this.routerOutlet.swipeGesture = false; }...
View Article