[Ionic 5] Tabs are Autofreshing with Data update
I have the code below … you’ll see two boolean values that show an ion-badge if true. Problem is … if the values are updated the tabs are reset to screen 0. Both Variables are set from a subscribe to...
View ArticleSignup and Login database
Hi new to ionic and unsure where to start with getting user input and storing it in a database. The purpose of this database will be for authentication Signup/Login. 1 post - 1 participant Read full...
View ArticleAdditional props using overlay hooks
Is there any way to elegantly pass props to components using the new overlay hooks in Ionic 5.6 ? This is my code currently that is working but using state. const PopoverList: React.FC<{ onHide: ()...
View ArticleIon slide content scrolls to top when reorder finishes
Hi, I have ion-slides and inside one of the ion-slide there is ion-content and inside that ion-reorder-group. On ionItemReorder I splice the content: let to = $event.detail.to; if(to >=...
View ArticleURL open inside the app
Hi, I am about to build an app using Ionic. I wonder how to make sure that URLs when clicked gets opened within the app ? Also, is there any method to use the back button so that after opening the...
View ArticleHow to show a popover while retaining focus?
How can I show a popover without giving focus to it? Use case: I want to use it inside my editor for visual autocompleting feedback. 1 post - 1 participant Read full topic
View ArticleTrying to change Vue compilerOptions breaks my Ionic Vue app
Hey guys, I am trying to implement my Stencil project into an Ionic Vue app and am completely pulling my hair out. The problem is as follows: Out of the box, Vue treats all custom components as Vue...
View ArticleIonic React App build signed apk but after install app does not appear...
Hi, I’ve build an app with Ionic, React and capacitor 3 and build the app with android studio signed but after install app appears only in settings manage apps and I can only uninstall it. No errors...
View ArticleWhat does a black orchid symbolize?
Symbolism. The black orchid actually has several common symbolic representations. Many believe that black symbolizes death and are attributed with negative connotations to it as well. But the black...
View ArticleSet focus on button not working
my template (I have another topic on v-for not allowing for constructed onclick and other attributes constructed dynamically, Ion-button color attribute from variable) <template>...
View ArticleIonic 4: View not updating after recieving push notification
When I recieve a Push notification I add something to an array. I use that array in my html to show messages like on whatsapp. All works fine when I use buttons and I checked my Code for more than 12h...
View ArticleIon-slides replacement swiperjs not snapping
I have got swiperjs working in Ionic/Angular and used the fix below for getting the slides to “snap” rather than free flow. However this causes an issue with resetting the slide index to 0 if the page...
View ArticleOpening app when clicking on local notification
I am using the cordova local notification plugin and at times when clicking on the notification, it opens the app and other times it takes a very long time to open the app - this is only happening on...
View ArticleSpeech recognition plugin without displaying google
please is there a waty to use the speech recognition plugin without google displaying on my phone screen or is there a way to use speech recognition in an ionic app without using google ? Please help...
View ArticleCreate category and subcategory with VueJS Ionic Slides
I’m trying to recreate something similar to this with ionic slides. Basically, I want to have a subcategory that only appears when category is chosen. Obviously, subcategory should show the...
View ArticleTimer across multiple pages
I am new to Ionic so I may not be using all the terms correctly. I’m making a quiz app that uses a countdown timer to alert the user that they should stop working. I was able to find a timer on the...
View ArticleMulti projects (ionic app and web app)
Hello, I’m working on developing an application available on both mobile and web. I use on the one hand Ionic 5 Angular and Angular with Material Angular. The code is very similar and I would like to...
View ArticleRun my ionic app in M1 Mac but ADB is still Intel
Hi Ionic Team, Got my new M1 Mac, I installed all the dependencies of Ionic Projects with Arm based, but when I run my app and check activity monitor all the process name are already APPLE, but there...
View ArticleIonic Serve as Specific Platform
I’m using local browser (on windows) to develop an Ionic app (that I wish to have a PWA later on), but I wish that users on Android will have Android experience while iPhone users have iPhone...
View ArticleFills up on full screen devices
Hello everyone in the forum, I would like some help, it’s not a bug, but is there a way to show my hybrid app fills up on full screen devices and nav bar like the first picture, this make a bad user...
View Article