Network Discovery
Does anyone know how to perform a network discovery (broadcast) to identify a specific server? I have an Angular project and want to create an Android/iOS app as well as a WIN-Electron Application,...
View ArticleHow to use Datepicker with range for Start Date - End Date
I am trying to use datepicker to select the start and end date range. How do i achieve this? 1 post - 1 participant Read full topic
View ArticleHow to get Ionic Angular SSR to work in new project?
Hello all does ionic provide an updated tutorial on how to add @angular/ssr to a new ionic project? I Found several links online that help do this but it’s outdated and do not work....
View ArticleIonic v3 app started crashing on Android 6 after migrating to cordova 12
Hi, After updating my app to Cordova 12 (which I did in order to target SDK 33) it started crashing on startup on Android 6 (or more precisely 6.0.1). I have no idea where to start, because it crashes...
View Articledocument.getElementById returns null
Hello, I am trying to unhide an ion-input with document.getElementById but it returns null did i forget something? Also maybe someone could provide a code with Angular, thanks for any help! My code:...
View ArticleWhat is the most stable and compatible version between node.js and ionic?
Help!!! I’m going to start a new app with ionic implementing angular but I’m not sure about the version of ionic and node.js to avoid problems with version, the latest version of node.js is v20.11.1...
View ArticleUsing in ionic 7 with Vue 3 with v-model.lazy seems to be ignoring the .lazy
I’m not sure if this is just me Or if this is not supported in ion-input my code is something like this: <script setup lang="ts"> import { ref } from 'vue' import { IonInput } from '@ionic/vue';...
View ArticleiOS 17.4 and PWA
I don’t release as “web”, I build my app with ionic and Angular as entreprise build for iOS / iPadOS (not in the app store). User have to install the app and accept my certificate (in Settings / VPN...
View ArticleWhy is my ionic cli always version 5.4?
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleExecution failed for task ':capacitor-android:compileDebugJavaWithJavac'
[capacitor] > Could not resolve all files for configuration ‘:capacitor-android:androidJdkImage’. [capacitor] > Failed to transform core-for-syst my original settings are gradle 8.5, AGP 8.2.0...
View ArticleAlways Attach and Detach a Component instead of Destroying it
I’m working on an app that contains a map component and I don’t want it to be destroyed. I found this link online (sorry it’s in Italian): Mantenere lo stato delle rotte con RouteReuseStrategy |...
View ArticleDebugging of ionic framework's code
I’m trying to debug some issue with ionic framework. So I created an ionic sample project and used npm link method(How to test your NPM package locally - DEV Community) to link my local copy of...
View ArticleRemove scroll bar on IonSegment start
On my start of an ion-segment I can see the scroll bar even if I don’t click on any ion-sgement-button or scrolling the bar. In iOS and MD. This is ugly together with my marked value. After scrolling...
View ArticleEven numbered input in form is causing page scroll issues in iOS
import { IonButton, IonButtons, IonContent, IonHeader, IonIcon, IonInput, IonPage, IonToolbar, useIonRouter, } from "@ionic/react"; import { chevronBackOutline } from "ionicons/icons"; import {...
View ArticleKeyboard covers the input field on focus in ios - ionic v7
Hi, I have a problem with the input focus in ios, the keyboard covers the input field. I’m using an app created in ionic 7 with devextreme framework component.it’s working on android device and safari...
View ArticleI am upgrating my ionic version 6 to 7 and currently i am using angular 7 and...
old version of ionic Android SDK Tools : 26.1.1 (C:\Users\OfficePC-09\AppData\Local\Android\Sdk) NodeJS : v14.17.3 (C:\Program Files\nodejs\node.exe) npm : 6.12.0 OS : Windows 10’ 10:59 Ionic: Ionic...
View ArticleIonic React navigation with multiple routes before viewing tabs
Hi. My name is Fabian and I’m using Ionic React v7. The app I’m building needs to have a tabs layout for users who have signed in, and multiple “landing” routes before a user signs in. Here is my app...
View ArticleI can't get popoverController to import component
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleIonic Vue popoverController not importing component
Hi All, I am a self taught beginner that has managed to write several apps thanks to this and other generous communities. I have been trying for days to create a popover using popoverController and...
View ArticleWebgazer.js runs laggy on Android native code
Hey you all, I am currently trying to develop a native application for android with the help of ionic and I am using webgazer.js as a needed script for my application. I imported webgazer in the...
View Article