Ionic serve –lab not opening in browser
ionic serve --lab does not work http://localhost:8100/ionic-lab it only shows a white screen i have installed npm i -D -E @ionic/lab but also doesn’t work when i run ionic serve --lab what do i miss...
View ArticleWhy isn't this css being applied?
I’ve tried applying the below CSS (taken from another forum post here) to limit the screen width on PCs. It doesn’t seem to be getting applied though. I’ve put it in the Ionic variables.css file and...
View ArticleAuto-incrementing build numbers has suddenly stopped working
Our uplaods to iOS are being rejected saying we’re reusing build numbers We followed Auto-incrementing Build Numbers in Capacitor - Appflow weeks ago and it’s all been working fine, but now are builds...
View Article`` and Breadcrumbs
The <IonBackButton /> component offers a native back-button UX. However, I am already using breadcrumbs to show the categories to the user. How can I integrate the back button into the...
View ArticleLoad modules dynamically within pages
Hi, I have same complex pages with dynamic content. I want to load the modules dynamically after initialization. The modules which have to be used depend on a service call which is performed at the...
View ArticleArquetype capacitor integración with Angular
Good morning, I am dedicated to the development of hybrid applications, I previously worked with Ionic. I am currently in a Franework Angular team at Mercadona, in which they have created an archetype...
View ArticleCreateWorker
I declared images for the worker to recognize however, it only recognizes 4 images, whenever I’m replacing that 4 images with other images, it doesn’t return any. 1 post - 1 participant Read full topic
View ArticleHave a sticky footer on ionic modal
How do I make the footer within my ion-modal sticky? now it sticks to the bottom of the modal but it should sticky to the bottom of the screen even though its in the modal The test modal has the...
View ArticleCan't build ios with error
(topic deleted by author) 1 post - 1 participant Read full topic
View Articledynamiclink app startup management
Continuing the discussion from Firebase Dynamic Links not working when app is closed: add this: this.firebaseDynamicLinks.getDynamicLink().then(data => { if (data) { console.log("Read dynamic link...
View ArticleIonic vue app with firebase doesn't work (can't login to firebase) when built...
Hi, I have an ionic vue app with firebase for the backend including Firebase auth, firestore, functions etc. The app performs as expected when run on web. But when I build for ios (for instance via...
View ArticlePlugin BLE central stops when in background mode
Hello folks, scanning stops emitting beacons when screen is off or is the app is in the background installing background mode - Native Background Mode | Cordova-Plugin-Background-Mode - didn’t help....
View ArticleWrong focus when checking off a checkbox. How can I deactivate Autofocus?
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleScroll down to show searchbar
I’d like to create a searchbar that will be normally hidden and can be showed when the user scroll/pull down, as in the discussion Hide on init, scroll down to show, but with ionic6 the “start-y”...
View ArticleDeploying Javascript Ionic Vue as PWA
Hello, I have some issues with my Ionic App. it works great on all my devices, unfortunately I cannot put the app in the store due to some issues not relevant. But I can deploy this app as a web...
View ArticleCdkVirtualScoll and Keyboard
Used technologies: Ionic v6, Capacitor 3, Angular Used Components: cdk-virtual-scroll-viewport I have a problem with cdk-virtual-scroll, in practice if I open and close the keyboard while I have a...
View ArticleIonic React styles not rendering even after importing css file
I’m trying to use the ionic ui library(@ionic/react) to create the interface of my app. I’ve included the core.css file from ionic. But the components render without styles. Following is the code in...
View ArticleChanging the default hamburger icon of IonMenu
Hi there, Is there any way to modify the default hamburger icon of the IonMenu class? Spent some time searching but couldn’t get an answer. Below is my code snippet: <IonMenu side="end"...
View ArticleIs there any free alternative to Code-Push
Is there any free alternative to Code-Push. I discovered Expo but I don’t know if it’s possible to use it with Ionic Expo Documentation Publishing updates - Expo Documentation Expo is an open-source...
View ArticleAngular PWA tab router limitation? android back button can not go back...
Hi We are developing a PWA with Ioinc 5 + Angular + capacitor, and there is a page with 3 tabs. the current design allows each tab url to be share and reload without any issue. However, when I open...
View Article