How to make label a certain amount of letters?
So i know how to make a maxLegnth for input but how would i do that for a label or card content? so say someone puts a quote with like 50 letters how could i limit that on card content to like 10...
View ArticleHybrid design implementation. Merge or make from scratch?
I have been fighting a lot with the styling implementations of Ionic. When I use components like ion-button to display a button, it is easy to style it to fit at custom design by using various...
View ArticleIon-toolbar height issue on iOS
I am having an issue that ion-toolbar is too tall on iOS. Here is a screenshot of how the toolbar displays on iOS (on the left), versus in a browser (on the right). (I have added a border around the...
View ArticleSortableJS Tree List - Re-homing Nested Items
I would like to move item “music” and make it a child of the second “workspace”. 01 Initial State - Goal A500×837 90.3 KB Observe, music can be moved to a new sibling location. 02 Music was...
View ArticleMinimize app with hardware back button
In the app I’m developing there is no forwards-backwards navigation. The app basically consists of two tabs. With the current (default) behavior, pressing the hardware back button on my phone triggers...
View ArticleHow to dismiss an (declared without the controller)
How to dismiss a modal declared with the <ion-modal> component : <ion-modal ref="myModal" :is-open="isOpenRef" css-class="my-custom-class" @didDismiss="setOpen(false)" > <Modal...
View ArticleFunction doesn't wait for subscribe to get the information
I am getting the data from firebase saving it in an observable then subscribing to it to extract the data. In my service i subscribe to an observable to get the data using this method...
View ArticleHelp needed for popover component
Hi! I’ve recently started using ionic and I’m currently trying to implement a popover via the popover component, but as I try to import the PopoverComponent as seen on the Ionic popover tutorial and...
View ArticleHow can I create Dynamic rows using input number
I want to create like if I enter ‘5’ in then 5 dynamic rows should be created below which is shown below .How Can I build? Thanks in advance image724×469 4.36 KB 1 post - 1 participant Read full topic
View ArticleNeed to click ion-button two times to trigger the click event
I have to click two times to trigger the click event of an ion-button code chunk below open the keyboard by focusing on ion-textarea and press save when keyboard. is up <div...
View ArticleHow to handle large amount of user data input?
I am trying to do a page which requires a lot of user input (mostly text and numbers). Ideally I want to have a grid of 5 or 6 columns, and with a default of 3 rows (which can be increased or...
View ArticleHow to integrate Geofencing service into my ionic cordova app?
Hi, I want to integrate the Geofence service into my app. Can anybody please help me out how to integrate the code of this link → IonicFramework Geofence ← into my app ? My project is on angular...
View ArticleHow to upload any file in mysql database with php
how to upload any file into MySQL using PHP. I am using ionic (angular )?. Looking for simple solution with a PHP backend. Thanks in Advance. Please share references here. 1 post - 1 participant Read...
View ArticleCan Ionic develop both mobile and web with one codebase?
Sorry if this sounds silly but can I ask whether ionic can develop both mobile and web with one codebase? I mean I started reading ionic official tutorials and created a new project using the tab...
View ArticleUse the mobile as an NFC smart card
Hello, i want to write an application that can store a unique ID (~ a card id) and then share it as NFC tag : use the mobile as an NFC smart card. I find on the documentation of the NFC plugin how to...
View ArticleIonic + PWA - show splashscreen in browser
I’m having trouble loading splashscreen for a PWA solution with Ionic. I found some cases and theoretically some solutions, but they didn’t work for my solution. Someone can indicate a possible...
View ArticleEnforcing the same webview for all android APIs
Hello guys, It’s been 2 days of me trying to figure out if there’s a way to enforce the same webview for all android APIs out there, or at least for the ones > 20. I tried crosswalk but that didn’t...
View ArticleIonic swipe sidemenu error
error796×179 11.1 KB Please help me to solve this issue in ionic version 5 2 posts - 2 participants Read full topic
View ArticleWhen does ngOnInit run? Serious question
ngOnInit runs once during component initialization and then the page is stored on the stack. So only ionViewWillEnter and ionViewDidEnter fire after that when navigating back to the page. If I close...
View ArticleRouting Issue [Ionic 5]
Hi everyone - I’ve been away from Ionic for a year and the routing in Ionic 5 (or better yet, Angular) is messing with me. I want to pass an ID to a page when it’s called however when I do so I get...
View Article