Angular PWA ngsw-config updateMode — when will it update on user's PWA?
@carlosGAlfonzo wrote: We recently deployed a production app using Ionic + Angular PWA. Unfortunately we didn’t set updatemode for assets *.js & *.html. We have deployed a new version of...
View ArticleHide text overflow of one column if second column text longer
@imxdn wrote: Hi, I am trying to make two columns such as below: Column 1 Column 2 Lorem ipsum dolor sit amet consectetur adipiscing elit However, I want to make sure that if the text in Column 2 gets...
View ArticleIonic 4 - no page animation when navigating between tab pages
@Daveshirman wrote: I don’t know what’s happening, but when I use the ionic router navigateForward or navigateBack methods inside my tabs, there is no animation, just a stark page change. With no tabs...
View ArticleAndroid simple dnd widgt - ionic 4
@infinite_time wrote: hi ionic 4 / angular 7-8 we are trying to build a simple android widget - turn on / off dnd (do no disturb) mode we have the android widget build - native code - but when we try...
View ArticleIonic 3 one-line calendar
@spasibov wrote: Hi people, I would like to create ionic v3 app which has one-line calendar under the title of the page (like on the screenshot) . Could you please recommend any ways to implement it?...
View Article[Solved] Ion Select Selected Option
@FangerZero wrote: Today I was auto filling a form, and noticed that if I put selected on the option it doesn’t actually show it as selected, but if you click into the select drop down it is selected,...
View ArticleHow to force the unistallation of a Cordova plugin?
@ioclaudio wrote: Hi, I’d like to uninstall this plugin >cordova plugin list cordova-plugin-background-geolocation 3.1.0 "CDVBackgroundGeolocation" but if I run the command (on Windows): ionic...
View ArticleHow to get access to ref property of form elements (eg IonInput)
@sabahang wrote: Hey, I’m trying to use React Hook Form https://react-hook-form.com/ and for that I need access to form elements ref property. I’m using typescript and it doesn’t recognize this...
View ArticleIon-content displaying with 0 height?
@tihomir619 wrote: Hello guys! Today i went back to my side hustle projects and back to coding with Ionic, but after some tries I couldnt find a way to make it work , the thing i’m trying to achieve...
View ArticleCan't deploy app for ios before 11.0
@scriline wrote: Hi Guys, I’m having a stange error… I actually can’t publish my app on App Store for iphones having an older version than 11.0… I mean, when I target ios 11+, there is no problem, I...
View ArticleStar review
@Hamoly wrote: Hello everybody am wondering how to code star reviews under ionic based on react any suggestions? thanks Posts: 2 Participants: 2 Read full topic
View ArticleWhere is ionic component folder in IONIC 4?
@roxannelighting wrote: Hi everyone, I want to change some behavior of ionic range component. In ionic 3 the ionic component folder is inside /node_modules/ionic-angular/components and we could made...
View ArticleWhatsapp tabs
@avalanche1 wrote: ion-tabs doesn’t look anything like Android’s native <com.google.android.material.tabs.TabLayout /> Is it possible to achieve that layout and behaviour in Ionic? Also with...
View ArticleiOS caches splash screen resources
@Adza wrote: Hello everyone Is anyone having idea how to sort this strange bug of Apple when splash screen is being replaced with another image file? I am using splash.psd as initial file located at...
View ArticleLoad relevant HTML page while clicking on each item in a list
@rahimhaji wrote: Dear Friends, iam creating an app with ionic 4 and angular. In my app I have two columns. First column contains list with list of items. second column (right side a iframe). I want...
View ArticleSubmit form when keyboard "go" button is pressed
@develop-ai wrote: Hello. I have single page form with some input fields. I want to submit form when i press “go” button on mobile keyboaord. There is any way? Posts: 2 Participants: 2 Read full topic
View ArticleIonic template parse error and Ionic version issue
@HippoRoo wrote: I’m getting the error: ion-select-option’ is not a known element. This works: <ion-item> <ion-label>Gender</ion-label> <ion-select placeholder="Select One">...
View ArticleIonic emojis
@Harikag wrote: I have added below plugin for emojis npm @ionic-tools/emoji-picker Emoji picker for Ionic3 after that am facing the below issue. so please help me [16:47:11] typescript:...
View ArticleCustom Input Style
@suchigg wrote: Hello, I created a custom input form component for OTP password like this: I would like to use default css properties for border colours etc, however if i apply the css rule...
View ArticleMove to bottom of the screen
@Harikag wrote: Hi all, How to move bottom of the screen other than this.movetoBottom();. I want to move through ionic code. How whatsapp is moving automatically bottom of the screen. in chat screens...
View Article