Ionic 5 - ion-content doesn't have a visible overflow (cannot scroll)
I am working on migrating an Ionic 3 / Angular 5 app to Ionic 5 / Angular 11 and I have a problem with the layout of the page: when I use ion-header and ion-content , the content of the page is not...
View ArticleIon-alert with Vue - How to execute OK button when the enter is pressed on...
Hi, I use Vue and ion-alert for requesting one input filed. It would be handy to execute the OK button function when the user presses the enter on the input filed. Could you advise sample code how to...
View ArticleTwo ion-range sliders in the same page and need different pin background and...
I need to to display two ion-range slider on single page one with age and another with amount slider, age ion-slider should display pin value with years (ex 70 years) and amount slider should display...
View ArticleCordova not available - ionic 5 - capacitor
after run capacitor on android my login system fail and return cordova not available in android device and ionic serve return in catch 1 post - 1 participant Read full topic
View ArticleHow to read a local file in a PWA with a file chooser?
Hi, I’m using Ionic4 for a PWA that is used as backoffice of a system. I’d like to open a file chooser to open and read a file on the pc of the user. I know I can’t use Cordova plugins for this...
View ArticleIs Ionic suitable for such app?
Hi there, I would like to build a basic activity(running/cycling) tracker using Ionic + Angular, for Android 10+. Something like Strava, but with very few features. I’d like to record and store my...
View ArticleIonic on dark theme input color
So when a device is in dark mode, it changes text to be white and background to be black which is all great if a user is already signed up and logged in. Problem I have is new users get to the...
View ArticleIonic Infinite Scrolling - Ionic 5
Hey there, I have tried to implement ionic-infinite-scrolling from the documentation. while it works on mobile displays, it does not when i change to a larger display like ‘desktop’. I have been stuck...
View ArticleHow do I get a reference to currently opened modal so I can dismiss it?...
Hi, I am using the ion-modal component for the first time. I have an IonBadge that is used to open the modal. I’m not sure how to grab the currently opened modal and close it. Here is the...
View ArticleHow can i add click event to overwrite IonTabButton changeTab()
I want like to open a picker when tab 2 is selected but seems like IonTabButton onClick will trigger changeTab(). Is there any way to overwrite this? <template> <ion-page> <ion-tabs>...
View ArticleIonInfiniteScroll event not fired on @ionic/vue
Hi Ionic users ! I have occured an issue with IonInfiniteScroll on @ionic/vue IonInfiniteScroll component show correctly but ionInfinite event is never fired I tried different values for threshold...
View ArticleIonic + Next.js with SSR & API Routes
Hi all, we’re currently building a responsive web app with next.js. That web app should get its own native apps for iOS & Android to distribute it in the apple/google app stores. I’m looking into...
View ArticleFile.writefile blob from API rest service
Hi, we have this API rest service that returns a generic file (may be a pdf, an image and so on) as ‘data’. We import ‘file’ from ‘@ionic-native/File/ngx’; getFileFromService().subscribe(async data...
View ArticleGoogleMaps JS
Hello Guys, I am trying to impelment in Ionic/Angular the following tutorial… Using some other features like. Autocomplete, Geogoding which works me fine. But somehow showing the map on the page is...
View Article(click) and (touchstart) events not working together on ios
I try to use two events on the same element, the first on clicking and the second on touch It works fine on the browser and on Android but on IOS it only works with touch event <div...
View ArticleIonicon automatic 'tooltip' when hovered
Folks, I’ve noticed that when I hover over an ion-icon inside a ion-chip component, a small tooltip-like title pops up, showing the ionicon label, as per you can see in the image below: Is there any...
View ArticleIonic Vue watcher + variable in setup onBeforeUnmount
I am using successfully a watcher for a specific timer variable. now however I need some computations inside the watcher to pass over to the setup onBeforeUnmount event. however how do I get the...
View ArticleIONIC Desktop?
Hi, all new to Ionic, in the description on the Site it says Ionic allows you to use HTML/CSS/JS to build iOS apps, Android apps, PWAs, desktop apps, or apps for any other platform where the web runs....
View ArticleHow to keep a connection open with httpClient and avoid timeout?
Hi, I have a method that sends a file to the backend and waits for the response. It is a massive import. However the backend takes a long time to make the import, so I have a timeout error on the...
View ArticleHow to disable screen recording?
How can i disable screen recording for my application. i checked posts here but no one solved this issue or discover the solution. Help please 1 post - 1 participant Read full topic
View Article