Building a sidebar navigation in a Ionic Vue app
Hello there, Trying to get into Ionic by building the sidebar of our community. The sidebar, on all devices / screen sizes, should open by clicking a hamburger icon on the top left and slide in from...
View ArticleHow to create a subpage of taps?
Actually, I don’t want to create a new tap, but I just want to create a new page with taps navigations fixed at bottom. 1613663432(1)405×718 2.74 KB 1613663373(1)405×718 4.01 KB 1 post - 1 participant...
View ArticleGestureController works on chrome but not on native devices
Hi, i’m trying to use the gestures from the GestureController, but it works only on chrome. If i try to emulate ios devices or put the app in my android phone, never works. I tried to create a new...
View ArticleNeed help with Split Pane app
I’m working on a split-pane app and its behavior is not what I expected. On Chrome, the side bar and content area work as expected, when I select an item in the navigation pane, the appropriate...
View ArticleHow do I set a pre selected radio input and pass its value at the same time?
I have running into a few issues and most of them were solved by @ldebeasi, who took his time to help me. However, I got into another issue because I need to pass values to the function that submits...
View ArticleWeb app with a menu inside a menu
Hello everyone, I’m trying to make a where some of the items on the menu will have sub menus on them, but nothing is showing on the Menu, Probably is something with the routing but I can’t find what...
View ArticleIonic Vue Barcode
Does anyone have a solution to scanning barcodes with an Ionic Vue app. I’m quite new to Vue and Ionic and have tried the default components but have come up empty. The docs also seem a bit sparse on...
View ArticleBLE Auto PAIRING
how passing the key for autopiaring the BLE device? 1 post - 1 participant Read full topic
View ArticleFill ion-modal with values when parent onMounted
I used successfully @aaronksaunders tutorial to create a modal window and fill and save the content. note: it is an continuation of the example use this component directly in their template from the...
View ArticleKeyboard best practice advice
Hey guys, I was watching this blog from ionic Keyboard improvements for Ionic Apps - Ionic Blog and enjoyed the smoothness of the textbubbles moving to the right spots when the keyboard shows up the...
View ArticleChange ion item (of an input) border color when activated
I’m trying to change this green when I press on the input bar but none of the CSS Custom Properties is working. Please help, thank you so much 1 post - 1 participant Read full topic
View ArticleHow to force FAB z-index
I am trying to style ion-fab to look this Screenshot 2021-02-19 at 11.55.461436×478 80 KB But I am struggling to display it over the tabs I tried z-index: 99999 for ion-fab-button and ion-fab but no...
View ArticleIonic-image-loader has missing dependencies in ionic angular
I have tried almost all possible steps to solve the issue for ** Ionic Image Loader ** dependencies but unable to find any solution. May be this package may have issues and not updated yet. Any one...
View ArticleDirection rtl on iOS platform work wrong
Could anyone suggest please, at ion-title I add style direction: rtl; and on Android platform work everything well but on iOS platform not. I believed that only the last characters of the line would...
View ArticleHow to do automatic login to a website with an Ionic app?
I have a Drupal website that has a ton of content. I have built an Ionic app for Android to access some of the content via the Drupal site’s JSON:API. The Ionic app user can log in to Drupal with...
View ArticleStill in 2020 i am facing the same issue - Reusable Component for ion-header...
I am re posting the same question as below. Looking forward for the right answer. Reusable Component for ion-header (and footer) Ionic v4 Ionic Framework This is for Ionic v4, although I think it can...
View ArticleEnable automatic scrolling over time in ionic
Hi, i wanna add a function of auto scroll over time in my app. I tryed this, but is so outdated: @ViewChild(Content) content: Content; ... scrollToBottom() { setTimeout(() => { if (this.isScroll...
View ArticleOpen Modal from Popover item
Hi all, I need to open a modal page from my popover menu. I created my Popover Component and I open it in my Home Page. In the Popover content, there are some items. When I click on one of this, I...
View ArticleNull Injector Error when calling a method of my custom service
There is a page I’m using my own service. Then in the console, I’m getting the below error. async subscribeMembership( id ){ let loader = await this.loadingCtrl.create({ spinner: null, message:...
View Article(critical) E/ OpenGl Renderer Error: Blank White Screen on Android/iOS
Hi, I recently encountered this issue where everything works perfectly fine on Web (ionic serve) but all builds for both Android & iOS are compiling successfuly but just show a blank white screen....
View Article