ionic-framework Questions

3

I'm currently trying to implement the RevenueCat SDK with Ionic React (Capacitor) and whilst building the app using Ionic Appflow I get the following error [18:38:13]: ▸ [error] Error running updat...
Berky asked 12/8, 2020 at 22:16

6

Solved

As per the Ionic Guide Chapter 4 http://ionicframework.com/docs/guide/testing.html, ionic serve will start a live reload server, which it does in my case, but reload is not happening. Is there any...
Harvin asked 19/8, 2014 at 20:35

2

I'm building an Ionic React (using Ionic 6 and Capacitor) application. I have two pages, Home and Profile. I want to navigate between the home page and profile page, it is working but there is no p...
Purlieu asked 12/2, 2022 at 17:40

3

I want the time picker (https://ionicframework.com/docs/api/datetime) to rotate endless. If I select hours I start at 0 and end at 23. When I’m at 23 I have to scroll all the way up to get to 0. Wh...
Luxemburg asked 30/3, 2022 at 14:46

4

I have an Ionic app that needs to authenticate in Azure, so I installed MSAL following this tutorial: https://learn.microsoft.com/en-us/graph/tutorials/angular It works like a charm with "ioni...

8

I have an angular project and I want to use ionic for mobile. I did ionic init. When I run the command ionic serve, I get this error: > ng.cmd run app:serve --host=localhost --port=8100 [ng] Err...
Roue asked 3/11, 2022 at 14:21

3

I want to set select-option on toolbar in ionic, but I'm unable to align it to center, I have tried many things... by using these methods I'm unable to do so, <div text-center> <label cl...
Matilda asked 23/10, 2017 at 10:54

4

Solved

When I click on the label of an ion-item the checkbox is triggered. I want to find a way of preventing this from happening as I want to trigger another function when clicking the label. I found th...
Scoria asked 17/5, 2019 at 9:29

6

Solved

i am trying to migrate from rxjs 5 to 6 but i am having difficulties. when i try this this._connectivity.isOnline().pipe(first()).subscribe((state) => { this.syncCheck(user.uid); }); i am ge...
Sining asked 2/8, 2018 at 5:51

7

Solved

I know that there are a lot of kind of this questions but mine I think that I did not see that yet.When building my android platform, this error appends. Schema validation failed with the following...
Christianechristiania asked 27/11, 2020 at 17:29

3

Solved

I want to use checkbox, but there is blank space inside ion-label. i'm unable to remove space from ion-label. I want to display checkbox horizontally centre. my code is as below, can any one help m...
Tew asked 9/7, 2018 at 9:46

5

as of yesterday, the code below worked. today, however, i had to run a php artisan config:cache command in laravel as i added a package and now my nice ionic app does not want to run connect to any...
Harleigh asked 9/8, 2018 at 21:36

12

When I run the ionic capacitor run android command, to launch my application in Android Studio, I get the error saying: Unable to launch Android Studio." You must configure "linuxAndroidStudioPa...

2

Solved

I just want to know, if my Ionic 5 app is running in a browser, or in the webview of a compiled app. Platform does not work: https://ionicframework.com/docs/angular/platform It just tells about the...
Liegnitz asked 1/12, 2020 at 15:32

3

Solved

I have an ionic cordova app. Apple is now requiring us to provide reasons for certain API access in our privacy-manifest. I need to add "CA92.1" as the reason for NSPrivacyAccessedAPICate...
Tabshey asked 5/4, 2024 at 15:48

3

Solved

I'm trying to update the gradle to version 7.0.1 on an ionic capacitor project. I keep getting this error Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodE...
Wachtel asked 8/11, 2022 at 21:15

4

Solved

I have gone through many answers, but nothing worked for me. I have a simple .html file and ionic content just does not scroll. <!DOCTYPE html> <html> <head> <meta charset="u...
Violaceous asked 14/5, 2016 at 19:29

15

Solved

I am struggling in this error when I try the first run on an Ionic4 project. ng run app:serve --host=0.0.0.0 --port=8100 [ERROR] ng has unexpectedly closed (exit code 1). The Ionic CLI will...
Levorotation asked 19/10, 2018 at 3:59

4

I have an Ionic app where it fetches the data from remote server and displays it on Ionic html page. The remote URL is like this: http://foo.com/api/content/1 This will give me a JSON object of ...
Cheju asked 14/12, 2017 at 11:4

5

Solved

I need to disable the default ion-ripple-effect in the `ion-button'. <ion-button> <ion-icon slot="icon-only" name="star"></ion-icon> </ion-button> I can't disable the ...
Cyclotron asked 13/10, 2019 at 8:9

2

I have an Ionic/Angular PWA for a project, which has a native (Ionic Cordova) app as well for mobile. On the app we need to accept deeplinks that will have the same URL as the PWA (so you can acces...
Glutton asked 17/7, 2020 at 21:12

3

Solved

When I try to run my application using nodejs. I get above error into appium server test.js file var wd = require("wd"); var appDriver = wd.remote({ hostname: '127.0.0.1', port: 4723, }) var c...
Octopus asked 8/4, 2019 at 13:26

1

I got this warning, but I dont understand why 'localforage' depends on CommonJS. I had googled for few days, but I can't find any solution that fit with my problems. WARNING C:\xxx\node_modules\@...
Cystectomy asked 1/11, 2022 at 14:40

8

Solved

i am maintaining a capacitor ionic project supporting both iOS and android platform. I can build the project locally and run it on a device without any issue. But when archiving the following error...
Coop asked 3/4, 2023 at 16:50

4

i am using Angular standalone component, version of ionic is 7.1.1 / version of Angular: 17.0.8. this is the html: <div id="container"> <strong>{{ name }}</strong> <div c...
Imperfection asked 28/12, 2023 at 11:29

© 2022 - 2025 — McMap. All rights reserved.