Questions tagged [ionic7]
39 questions
0
votes
0 answers
Ionic / Cordova Plugin for querying the SSID and BSSID of the connected WiFi network without requesting location services
I am looking for a plugin for Ionic 7 to get the SSID and BSSID of the connected WiFi network. I was planning to use wifiwizard2, however it requires location services and with this I am running into issues with the app submission. Apple does not…

user14665305
- 87
- 1
- 9
0
votes
0 answers
cdk-virtual-scroll-viewport dynamic height
I am working on a Ionic 7 application with Angular 16. In this version of Ionic, ion-virtual-scroll was deprecated and they recommend to use the @angular/cdk ScrollingModule. Ionic Virtual Scroll Migration
The problem is the following: I have the…

Sergio Mendez
- 1,311
- 8
- 33
- 56
0
votes
0 answers
ionic swiper does not work when conditionally rendered
i am using ionic 7 and swiper component like below
…

Moblize IT
- 1,140
- 2
- 18
- 44
0
votes
0 answers
Alternative for displayFormat property for ion-datetime in Ionic 7
In Ionic 5 it was possible to customise time formats of ion-datetime using the property displayFormat. eg.

user14665305
- 87
- 1
- 9
0
votes
1 answer
How do I unit testing for Ionic Capacitor Status Bar?
I run my unit testing and I got
Error: "StatusBar" plugin is not implemented on web
Currently this is from my app.component.ts
loadTheme = (theme) => {
if(this.platform.is('capacitor')) {
if (theme.theme_style.split(';')[2] == 'light')…

MensinBM
- 1
- 1
0
votes
1 answer
I can't root my components in an Angular project with Ionic
I'm using Angular 16.0.0 and Ionic 7.0.0
Error: NG04002: Cannot match any routes. URL Segment: 'home'
I try navigate to my 'home' component, I'm using:
this.router.navigate(['/home']);
But it isn't works.
I have this on my path:
{ path: 'home',…
0
votes
0 answers
How to Use Capacitor Google Maps Plugin with Ionic 7 Modals
No matter how much I try to hide HTML elements, make them transparent, not visible o not display them at all, I haven't found a specific way to make the HTML elements transparent enough to use Capacitor Google Maps plugin effectively using Ionic /…

BarBarBinks
- 13
- 4
0
votes
0 answers
Different Menu for Different page in Ionic
My first-page wont respond and scroll as my second-page menu is overlaying its hidden menu
I'm trying to add a menu for my staff page for a different page, I tried copying the existing menu and changed some item. I trying to figure out where i put…

Angelo Dionisio
- 1
- 4
0
votes
0 answers
Ionic 7 viewer and pdf generator plugin
Which plugin to install to preview and download the PDF, and use with ionic 7, I tried cordova-plugin-printer and it is giving conflicts with the dependencies version, which one to use with ionic 7?
I installed cordova-plugin-printer --force, and…

Kaio Amorim
- 1
- 1
0
votes
2 answers
angular fire auth with ionic 7 causes NullInjectorError: No provider for InjectionToken angularfire2.app.options
I am using ionic 7 and angular fire for authentication using firebase. Lot of code on the internet uses older way of app.module.ts which is no longer the way. So, i created a new firebase.module as below
import { NgModule } from…

Moblize IT
- 1,140
- 2
- 18
- 44
0
votes
0 answers
0
votes
0 answers
IonInput fill outline property
I am having trouble implementing IonInput in outline style.
I need to point out that the outline appears for a while but then disappears for good. I also need to mention I am not using it inside of IonItem
`

vladissick
- 1
- 1
0
votes
0 answers
Ionic 7 - Ion-select component example of floating label does not render in browser
I'm developing an app using ionic 7 and angular.
I'm trying to use the ion-select component with floating label:
I'm using exactly the same example published in the ionic official…

Pisuke
- 103
- 1
- 2
- 11
0
votes
0 answers
Angular Odata what is the best way to batch queries
I'm currently trying to synchronize huge data from ODATA 4 webservice into an ionic SQLite database.
The entity I'm trying to fetch contains like 100k rows.
What is the best way to batch it ?
Actually, I'm doing the following steps :
private top:…

Lightzor
- 1
- 2
0
votes
2 answers
How do I wrap text in ionic 7 labels or inputs as pervious answers no longer work
In previous versions of ionic you could use

Thomas Degroot
- 441
- 1
- 12
- 32