How can I show the tab bar when clicking on a side menu item?
When I click on a side menu item, it hides the bottom tab bar. Most pages, this is okay and what I want to happen. However, I have run out of room on my tab bar and need to move some of the main menu...
View ArticleWhere's $ionicPlatform from v1 in v5 Vue?
I’m migrating a v1 app to v5 Vue. We depend on a few parts of the $ionicPlatform service, like the device ready and resume events, but I’m not sure how to leverage those under v5. It looks like...
View ArticleLoad an url depending a condition
Hello everyone, given a condition, if it is true, how is it possible to load a specific url? const completarRegistro =()=>{ if(codigo===codigo_agregado){ / * Here I must load a specific url. In the...
View ArticleImplementing interval / scheduled API calls in Ionic
I am looking to implement interval (for example, every 5 minutes) / scheduled (for example, at 10pm) calls to an API published on AWS, from an app developed in Ionic, in foreground AS WELL AS...
View ArticleIonic React - Testing IonRouterOutlet
Are there any examples of testing Ionic apps that use IonRouterOutlet? I can’t make it render anything inside IonRouterOutlet in jest tests. App: const AppDemo: React.FC = () => { return (...
View ArticleIonic 5 navigation stack manipulation for saving and restoring app state
I have an app in Ionic 5 and angular with deep navigation stack with dozens of pages in stack in normal usage session. So during user expects to see the same ui or view they have left when they load...
View ArticleHow to remove ESlint from Ionic React?
I want to remove ESlint from my Ionic React project. How can I do that? 1 post - 1 participant Read full topic
View ArticleIonic 6 and Leaflet 1.7.1
Hello! I created an app to test Leaflet. When I create a map inside a page and call this page, the map appears… but if I call the same page as modal, the map isn’t showing. I tried invalidateSize()...
View ArticleBLE plugin "Write failed" (Android 10)
I try to send commands to a BLE device from an Android phone, after connecting to the device, I call the write function and it always returns “Write failed”, any suggestions?...
View ArticleVue transitions between pages don't work
Hi! I installed the latest Ionic version with Vue and it works properly. But I have some problems with the router. I have no transitions between pages in the browser or a real device (Android in my...
View ArticleProblem with ion-segment-button custom CSS
Hi, I want to have a custom background color when my ion-segment-button is selected. I tried this in my component: <ion-segment-button class="actsegment" value="10"> and this in my scss:...
View Article@ionic-native/file-transfer and Cordova iOS 6.1
In the ionic native docs it says you can use @ionic-native/file-transfer and cordova-plugin-file-transfer but these don’t work with Cordova-ios 6? Any one have any ideas on what to do? I would rather...
View ArticleRouterOutlet wiring and Menu off-screen hiding
This is a routing I came up supporting tricky contextual authentication and numerous pages. And I am having a trouble with assigning proper ids around, so I kept it main to be safe My main container...
View ArticleIn ionic 3 Ionic - Autocomplete location of Google places is detached from...
in ionic we are using ionic geolocation for google maps…In input of search box when we search any place and then after scrooll down to app then autocomplete also scroll and detached from input search...
View ArticleAndroid build problems after installing emailComposer and Admob: androidx...
After adding emailComposer to my app, I started to see build problems in its Provider.java file with this line: import android.support.v4.content.FileProvider; I found online that I could change this...
View Article(Opinion) How to implement chat functionality in Ionic
Hi Folks I am trying to integrate chat functionality in an Ionic Application. As of right now, the backend is Flask and frontend is React. In Standalone mode it works fine. I am trying to integrate it...
View ArticleIon-menu does not work on app start up
Hi guys. I have an Ionic 5 app that uses the sidemenu template. The side menu doesn’t work on the app startup. I can see my ion-menu-button in the ion-toolbar. Clicking the ion-menu-button doesn’t do...
View ArticleIonic using vue and capacitor to create camera app and save image to folder...
please, how do you create a camera application then save and upload it to a folder on localhost or hosting using Vue ionic? , I’m still not very familiar with the use of filesystems in the...
View ArticleIon Refresher Content error
Hi! I have a new fresh installation based on the CLI with Vue, and with I have some problems with the ion-refresher-content options. If I dont´t use a custom icon or custom texts it works with the...
View ArticleProblem with tab navigation
Hello, I expriment some difficulties with the tab navigation. Maybe I do something wrong, but I don’t see why. I have a view (Tab) with a <ion-tabs> and some tabs views (Tab1,2) and another view...
View Article