CORS issues : Is service proxies still supported?
Hi, I’m a bit lost. I have CORS issues trying to fetch API data from my development environment so I tried to add the built-in proxy (referenced everywhere) as such : { "name": "my-app", "app_id": "",...
View ArticleRouter keeping multiple copies of page
We have a desktop app (Ionic 5/Angular) and some lazy loaded pages. As user navigates around, it seems the ion-router-outlet accumulates multiple copies of the pages as children, with the inactive...
View ArticleAre Google and Apple planning to deprecate hybrid(Ionic) apps?
Hi guys! Does anyone have any official information about future plans of Google and Apple to deprecate hybrid mobile apps or it’s just a rumours? Some of our clients periodically give us some links...
View ArticleWhat Hosting Platform to use for Angular PWA
Hello, I’ve just started building apps with Ionic and deploying them to Android and iOS looks pretty straightforward. But, I have a question about hosting an Angular PWA. I’m trying to figure out...
View ArticleIonic 5: Reset data from ionic-selectable for show different details
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleIonic 5 - Reset data from ionic-selectable for show different details
Hi Everyone, i’m migrating a Ionic project from Ionic v3 to Ionic v5. I have a problem that i’m going to relate: At a Page 1, I select data in an ionic-selectable, by clicking at a list item I...
View ArticleHandle Toast Click
I want to handle a click event on a toast notification. I need to handle when the user clicks on the text (header or message) to navigate the user away. I know that I can use buttons, but I am using a...
View ArticleDisplaying times in IonRange
I’d like a slider with a tooltip that displays hours in intervals (from 10:10 to 12:00. Is there any way to do this because IonRange only accepts numbers? 4 posts - 2 participants Read full topic
View ArticleIon Bar and Ion Range - Same Color Codes, Different Look?
Hi All, I have ion bar with --progress-background: linear-gradient(90deg, rgba(84,125,189,1) 0%, rgba(68,196,161,1) 100%); And this looks perfect. I then have an Ion range with the SAME color codes:...
View ArticleSelecting the active .ion-page
With ion-router-outlet it would seem you get multiple instances of your page classes decorated with various combinations of css classes bound to them, e.g.: .ion-page, .ion-page-hidden, .can-go-back,...
View ArticleHave the IonTitle in a button and still look like a title
Is there any way to nestle an IonTitle in a button yet continue looking like an IonTitle? On Android, there should be a ripple effect, and on iOS, it should just change color. Using the...
View ArticleWhich hosting is best for e-commerce websites?
I am looking for best hosting provider for my website Wrapcart 1 post - 1 participant Read full topic
View ArticleHow to get trusted signing certificate for ionic app?
Hello Ionic’s Recently some mobile app security team suggest some security point related to signing certificate. Here what they said:- “It has been observed that Self-signed certificates are less...
View ArticleThe UIWebView problem with latest ionic CLI
Hi, Need some help and answer. I am struggling with then UIWebView problem a long time. Following the steps on some forum doesn’t solve my problem. So I am planning to create a new project and copy...
View ArticlePush notification not display as banner
Dears I followed the exact reference: https://capacitorjs.com/docs/guides/push-notifications-firebase to set up the firebase push message but it just displays on the status bar as an icon I want it to...
View ArticleUnderstanding ionic/vue-router structure
I have 3 top level routes. Conferences (Home), Venues, Speakers. Screenshot 2020-10-29 at 11.37.421080×264 24.3 KB What is the right way of creating routes for these? Is children required for top...
View ArticleHow to upload mp4 file on firebase storage with ionic 3
const options2: CameraOptions = { sourceType: this.camera.PictureSourceType.SAVEDPHOTOALBUM, destinationType: this.camera.DestinationType.FILE_URI, mediaType: this.camera.MediaType.ALLMEDIA, }...
View ArticleStyling issue with ionic card/row
i placed a card to the side of the page my issue is as the card grows in height it push the rows/cards below it even though it isnt directly below it i want card 1’s height to not affect card 2...
View ArticlesetFocus on Vue IonInput
Hi, I’m trying to set focus in a Vue project using v5.4.1. Template: <ion-input ref="inputRef"/> Code: this.$refs.inputRef.setFocus() This doesn’t work. I see the following: Login.vue?a55b:137...
View ArticleStrange border on IonItem
There’s a strange border that appears on an IonItem when long-pressing. I’m using Chromium Edge to simulate an iOS device. <IonItem button={true} detail lines="none"> <IonText...
View Article