ionic5 Questions
6
I have a problem in my Ionic app with AngularJS, in register.page.ts; when i am going to add the AccessProviders path in the project the project says:ERROR Error: Uncaught (in promise): NullInjecto...
Joni asked 20/9, 2020 at 22:16
4
I have an Ionic 5/Angular app that uses the Ionic Native Camera plugin to take pictures and crop the images. The functionality worked fine until I updated to Android 11 (using note 10 plus). After ...
Elburt asked 11/2, 2021 at 13:30
2
Solved
In Ionic 3, passing data to a popover was as simple as:
let popover = this.popoverCtrl.create(PopoverPage, {key1:value1, key2: value2});
and it could be retrieved with navParams
How do you achieve...
Ruse asked 9/2, 2021 at 15:56
2
Checking the new Ionic Capacitor Docs, there seems NO OPTION to hide the url bar of the Browser Plugin (Previously InAppBrowser) at the moment. Need help please.
Forehanded asked 1/3, 2020 at 21:23
0
I am using Ionic 5 Framework to develop an Android app and wanted to implement Firebase Could Messaging to it. After I updated two build.gradle files and Sync project with Gradle files, I got the f...
0
I'm trying to add SSR to a web aplication made in ionic 5 with angular with no luck...
I have installed @nguniversal/express-engine and @ionic/angular-server and all the server files are created ev...
Hollander asked 28/11, 2020 at 17:9
3
Solved
How do I change the font size of ion-searchbar input? Could anyone please help.
<ion-searchbar></ion-searchbar>
Here's what I tried but this does not work
.searchbar-input {
font-s...
Klepht asked 29/3, 2020 at 0:42
2
I used the command
ngx cap open android
to open my Ionic 5 project in Android Studio like described here. This works fine.
In my app, i`m connecting to server which returns json data needed by...
Platon asked 21/3, 2020 at 19:56
1
Solved
I am using ion-popover.
In the example in the docs, when you click the three dots at the top right, the popover is shown right next to the clicked button.
What would be a good way of reproducing th...
Pomcroy asked 20/6, 2020 at 11:45
3
Solved
My project is in IONIC 5 and Firstore. There are 2 different ion-router-outlet for authenticated (Home) and unauthenticated (Index) routes. Following is the code for dynamically opening the login/h...
Binette asked 10/6, 2020 at 19:49
0
I'm getting the ripple effect to fire on touch (scroll) and not on click like it should be (guessing). This is happening either on ion-ripple-effect tag or in an ionic tag that has the ripple effec...
Bevel asked 18/5, 2020 at 15:19
1
Solved
I am having Ionic 3 project and I have to upgrade to Ionic 5.
Kindly need the best way to upgrade the project.
Canine asked 13/5, 2020 at 12:6
1
Solved
How to catch this exception for web implementation, or to proceed with Push Notification for web.
If anyone can help me with it, it will be very helpful. ☺
Code that I have implemented:
PushNotific...
Illyes asked 1/5, 2020 at 20:42
1
Solved
I am migrating my project from Ionc3 to Ionic5. I have an ion-textarea which increases the height as user types and it works in Ionic3. Following is the code.
HTML page:
<ion-textarea #hvUserP...
Choler asked 12/4, 2020 at 17:13
1
Solved
I can't find the way to close an app in Ionic 5 system. Looks like the way to do it in Ionic 4 is not working for Ionic 5.
Is it possible to do?
Leia asked 7/4, 2020 at 8:42
1
Solved
When building in prod mode for an ionic app -- I get
[ng] ERROR in node_modules/ionic-selectable/src/app/components/ionic-selectable/ionic-selectable-modal.component.d.ts:13:9 - error TS1086: An a...
Crabstick asked 28/3, 2020 at 14:54
5
Solved
When upgraded to Ionic 5, the padding attribute is not working anymore as in Ionic 4:
<ion-content color="primary" padding></ion-content>
Any fixes?
Similarity asked 13/2, 2020 at 3:23
© 2022 - 2024 — McMap. All rights reserved.