Reactivity not working within an IonModal component
I am encountering an issue where reactivity is not working within a custom Vue component that wraps an IonModal. Changing a boolean variable doesn’t cause a reactive update to the contents of the...
View ArticleEvent to detect when the IOS App webview reloads
It seems on IOS 15 , the webview of our Ionic app reloads on launch some times , this wasn’t happening on IOS 14 , but it seem to be happening after upgrading to IOS 15 , I’m assuming this is because...
View ArticleIonItem routerLink not documented with Vue
I’m using <ion-item routerLink="/">, which seems to be working And while this is working in Vue, I don’t see it documented in the types Is this expected? 1 post - 1 participant Read full topic
View ArticleJustify text style
How to make the text set to justified? I have tried “text-align: justify”. Although it’s justified but all of the text went to stick right of the corner. 1 post - 1 participant Read full topic
View ArticleProblem: NgFor only supports binding to Iterables such as Arrays
Hello, I am trying to get data from reqres.in and showing list user on the home page but getting that error after ngfor. This is my home.page.ts code: import { Component } from '@angular/core'; import...
View ArticleFuture of Ionic (Native)
Does anyone know the ionic time plans for the next 3 years? Will it be possible to create similar native apps when react native 3 posts - 3 participants Read full topic
View ArticleIos config.xml allow-navigation element removed on ionic cap copy/sync
Everytime I run ionic cap copy my <allow-navigation href="*" /> element gets removed. Why does this happen and what can I do to resolve it? config.xml: <?xml version='1.0'...
View ArticleIon-con: logo-instagram and logo-youtube not visible in live website
logo-instagram and logo-youtube is not visible in live website. In localhost, it is visible properly. Please help to solve this issue. 1 post - 1 participant Read full topic
View ArticleJoin Ionic Telegram Community for better communication and help
We all might face an error or some common methods/functions/features not working. Please join this community so that whoever needs help can ask and anyone willing to help can help immediately. Please...
View ArticleIon-datetime V6 vue display issue
Hello, I’m trying to implement the ion-datetime component from V6 inside a modal. The issue I’m having is that sometimes the calendar displays correctly, and sometimes not. When it doesn’t you cannot...
View ArticleCSS_CHUNK_LOAD_FAILED: white page on iOS
Hi, I have changed laptop and I am trying to launch my Ionic + Vue.js + Capacitor App on XCode Simulator. Android is working but iOS has a Blank page, it seems that Css is not loaded correctly. Any...
View ArticleNeed help for this error i use Ionic 5 angular.. below the code and the error...
This code is in Intro.guard.ts import { Injectable } from ‘@angular/core’; import { CanLoad, Route, Router, UrlSegment, UrlTree } from ‘@angular/router’; import { Observable } from ‘rxjs’; export...
View ArticleIonic inappbrowser not working after coming back from external link
I have and ionic project with ios, android and browser. The problem is in IOS and Android: from tab1.page.html, after opening a login page (which in an external server) in the iOS browser without any...
View ArticleUncaught Error: Type Storage does not have 'ɵmod' property
Any one know how to fix this error? 1 post - 1 participant Read full topic
View ArticleWindow.open with ios for an async function not working
In my app so far all the window.open calls work fine on iOS but this one is using an async function. Is there a solution for this? I have spent several hours trying various things from stackoverflow....
View ArticleFetch Currently Logged in user on the App Store/Play Store without requesting...
Currently I want to get the current user Logged in Data from the App Store/Play Store as the UID for the data to be used in that App. Would this be possible without the need for authentication? Maybe...
View ArticleHow to synchronise http.client request observable using url suffix drawn from...
HI there, (first time posting - please go easy on me!). I’m struggling with what I imagine might be a simple problem to fix hitting a wall here if anyone can help please. I have an ionic app which...
View ArticleIon-Popover adding extra blank space at bottom
Hi guys! In my app, i’m using some popovers for confirmation stuff, but i’m having a strange problem where when draging the popover up a strange extra space show up at the bottom. And when the ion...
View ArticleIs it possible to load the browser version of an app whenever the app...
My use case is whenever I launch the app and I find that the server I’m connecting with is not compatible with the app’s version, that I load up the browser version of the app instead which is always...
View ArticleHow to to filter the same data with 2 search bars - ReactJS
Hello, I want some help here. I want to filter the same data with 2 search bars, one to filter the names and the other one to filter the array of notes. IF: I am only filtering by names => get...
View Article