Skip to main content

All Questions

0 votes
1 answer
172 views

Ionic 8 with Angular 18 Standalone Component using innerHTMLTemplatesEnabled in Action Sheets for Custom HTML

I am using Ionic 8 with Angular 18 in a standalone project. I am trying to create an alert with custom HTML. Here is my TypeScript code: async presentAlert() { const alert = await this....
Ravi Gaud's user avatar
0 votes
0 answers
100 views

ion-picker does not work correctly after migration to ionic v.8 standalone component based app

I developed my first app in ionic 7 and few days back I read about ionic 8 being released so I decided to migrate to the newest version and with it also switch to standalone components based ...
p_s's user avatar
  • 1
0 votes
2 answers
67 views

How to add ion-item to the ion-list in custom order?

I have a batches of items that are received as user perform ion-infinite-scroll. What I want is to be able to add ion-list items upward rather than downward. I tried Ionic 2 how to make ion-list grow ...
user_1357's user avatar
  • 7,910
1 vote
1 answer
423 views

Can't see ionic styles in angular 17 standalone app

I have an angular 17 standalone app in witch i added ionic for use certain components like IonSearchbar (this is a requisite in my case). The ionic component works fine, but it has no stysles. my ...
CVO's user avatar
  • 742
1 vote
0 answers
447 views

Unable to Get Ionic 7 Form to work with Angular Standalone Components

I created an Ionic 7 app with tabs and picked the option to use standalone components. I then created a new page to be used for login, but cannot find the correct combination of imports to get it to ...
Charlie Grove's user avatar
1 vote
1 answer
689 views

installing firebase on ionic angular 7 project

I used ng add @angular/fire to add firebase to ionic angular 7 project. When I checked the package.json file I found only @angular/fire without firebase package and rxfire package. Also creating the ...
Xyz.WebDeveloper's user avatar
0 votes
2 answers
1k views

'ngModel' cannot be binded to 'ion-input'

I am using ionic 7 with angular to build social app and I want to use two way binding to get the data from the input field but ngModel is not recognise Here is the html content: <div class="...
Xyz.WebDeveloper's user avatar