Ionic and Apple ODR?
We’re creating a larger casino app. With the recent changes of Apple guidelines, we’re no longer able to sideload the HTML5 games to play, Apple now requires them to be bundled in the IPA (not...
View ArticleChanging slides using buttons above swiper
Hi there, I’m new to Ionic React. I’m trying to change slides using buttons that are placed above Swiper onClick: const Tab: React.FC = () => { const swiper = useSwiper(); return ( <IonPage>...
View ArticleHow do i deploy my Ionic vue app on Heroku
I want to share the pre-prod pwa version with my team mates via heroku hosting how do i that. I tried a option given by simon from devdatic but none of them worked… Any Pointers 1 post - 1 participant...
View ArticleAndroid released app colors changed across multiple devices, without any...
I have different android and iOS apps on their respective app stores made with Ionic + Angular + Capacitor, and all of a sudden two of our android apps which were previously functioning fine are...
View ArticleHow to force redraw of ion-select?
Hi, I have an ion-select with a static, hardcoded list of items. However, the displayed text is translated with a pipe: <ion-item> <ion-label position="floating">{{'Position' |...
View ArticleUnable to run ionic application with nodejs V16
since i have installed the latest version in Nodejs(v16.13.2), i’m unabel to run my application runnig ionic serve command shows this error in console [app-scripts]...
View ArticleIonic Toolbar Fade as User Scrolls
We use ion-tab-bar and ion-tab-button to control the tabs in the bottom of our Ionic app. I have wrapped each button in a div, and can control the border-radius, background-color, etc. fairly easily...
View ArticleIonic 6 ion-select not opening why?
hello, i dont undestand why ion-select on ios divace not opening options? if any have solution please help about solve. 1 post - 1 participant Read full topic
View ArticleReact: Disable or limit swiping
Whenever I swipe between pages, my application displays animation twice while clicking (routerLink, useIonRouter) works as expected. My page headers show in the wrong order when I swipe forward. For...
View ArticleNew view of ion-action-sheet in v.5
Good day! I created many things with Ionic Framework, but now i need to create something new, which I never see and did before. Can someone help: what I’ve to do? What kind of component I can use? It...
View ArticleHow to customize ionic datetime?
I’d like to customize my ionic datetime to look like the one below, where there are only days of the week. In the documentation itself, I couldn’t locate anything informative. So, is there any way for...
View ArticleDesign problems in ionic
Hello Good morning, I develop some APPs with ionic, and I find myself with a design problem that happens to me a lot, and it is that I cannot put a large amount of data on the screen. for example I...
View ArticleGoogle Calender API OAuth 2.0 Ionic Framework
Is anyone worked on Google Calendar API to sync events in google calendar? I’ve Ionic 4 application where i am creating events and trying to sync in google calendar but not able to sync it. 1 post - 1...
View ArticleError when try to update to latest android platform v10
i’m trying to update cordova platform in my ionic application from android@9 to android@10 ionic cordova platform remove android ionic cordova platform add android@10 but this command cordova platform...
View ArticleIonic and Socket on IOS Device to a remote server on Heroku
Hi guys need your assistance please. i have developed a chat with ionic and socket io deployed the node.js server on Heroku.com and android is working perfectly on device. i have an issue with IOS...
View ArticleGetting Started with Ionic 6
Originally published at: Getting Started with Ionic 6 - Ionic Blog Hey folks! In case you missed it, we hosted a stream on YouTube today all about Ionic 6. Lead Framework Engineer Liam DeBeasi showed...
View ArticlePlatform ready not working in ionic Android App version 6 but works fine in web
import { Platform } from ‘@ionic/angular’; constructor( private platform: Platform, ) { this.initialize(); } initialize() { this.platform.ready().then(() => { console.log(“App is ready to run”);...
View ArticleUnable to Play/load live streaming audio from zeno radios
I’ve an application that is streaming live audio from zeno radio, using angular audio to play it and its working well on the web and tecno pop2 android version 8.1.0, but can’t load the audio in any...
View ArticleHow to revoke permission on Android and iOS?
Hello, In my project I have a screen to manage application permissions. Example: I request geolocation, then the user wants to withdraw the permission. He doesn’t have to go to phone settings, but he...
View ArticleProper way of keeping your project up to date
I am working with the new Ionic 6 framework and love it (we’ve been creating multiple apps in the past with the framework) I started with a clean ionic 6 project, but capacitor packages were “locked”...
View Article