Skip to main content

Questions tagged [ionic3]

Ionic 3 was the newer version of Ionic, an open source SDK that enabled developers to build mobile apps using standard web technologies (HTML, CSS, and JavaScript). Ionic 3 finally took a back-seat to Ionic 4 in 2019 after 2 years. Ionic 3 was paired with Angular 4 and above.

ionic3
0 votes
0 answers
70 views

How to achieve ssl pinning or ssl certificate pinning in ionic 3 angular 5 application for both IOS and ANDROID

I have found 2 solution for achieving the above one 1] for ANDROID Pining SHA-256 Public key in network_security_confile.xml file <?xml version="1.0" encoding="utf-...
user25262610's user avatar
0 votes
0 answers
16 views

FadeSplashScreenDuration delay not working

Increasing/decreasing the FadeSplashScreenDuration in config.xml for an ionic project doesn't impact the duration in which the splash screen is displayed for Splash screen related code <...
Yeo Bryan's user avatar
  • 397
0 votes
0 answers
23 views

Ionic 3 app not installing on Android 12/13 after adding ionic-native Push plugin

Description: I am developing an Ionic 3 app and recently added the ionic-native Push plugin. After making this change,it work on Android version less than 12 But I encounter an issue when trying to ...
Abhishek N S's user avatar
0 votes
0 answers
16 views

Ionic 3 issue while generating AAB file

I am trying to create AAB file to upload into play store using Ionic 3 using below 2 commands. This was working fine before, but now it is showing attached issue. Don’t know what has been changed ...
Vishwaprasad H G's user avatar
0 votes
0 answers
18 views

ionic 5 - error ionic-orm3 Property 'filter' in type 'EntityMetadataCollection'

I am in the process of migrate application ionic from ionic 3 to ionic 5 , I use angular 12, node 16, typescript 4.2.3, and "ionic-orm3": "0.1.3", now I found this error [ng] ...
testyahoo's user avatar
0 votes
1 answer
198 views

Ionic storage-angular error: Can't resolve '@angular/common' in storage-angular/fesm

I'm trying to use ionic/storage-angular in my ionic application. I was following the documentation: https://github.com/ionic-team/ionic-storage. I installed storage-angular (npm install @ionic/storage-...
Baffer's user avatar
  • 108
0 votes
0 answers
52 views

Last Update for old ionic 3 App with angular 5

I've an old ionic 3 project, which I want to update a last time to make some changes to prepare the users and the data for the big update when going to ionic 7 some day. I've cloned my repository and ...
bastifix's user avatar
  • 463
0 votes
1 answer
178 views

Ionic angular running issue in android?

I need to run an old ionic project and the node version used is given below. # README # This README would normally document whatever steps are necessary to get your application up and running. ##...
abdul's user avatar
  • 155
0 votes
0 answers
57 views

Issue with SonarQube showing ChromeHeadless error

When executing command "npm run test-coverage", getting below errors. TOTAL: 373 FAILED, 514 SUCCESS 12 12 2023 15:18:35.549:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, ...
Suman Bera's user avatar
0 votes
1 answer
118 views

Use of config.xml in ionic project with capacitor

As you can see in the screenshot below, the content of the file config.xml mentions Cordova but my Ionic project is configured using capacitor. What is the use of config.xml?
Maverick's user avatar
0 votes
0 answers
17 views

Ionic 3.9.5 Reactive Forms not working when virtual keyboard is displayed

I am trying to create a simple login form like the example here https://jasonwatmore.com/post/2018/05/10/angular-6-reactive-forms-validation-example in Ionic 3.9.5. Then I've noticed an issue I have ...
Alfred M.'s user avatar
  • 189
0 votes
0 answers
16 views

How to build AAB file for Google play from an ionic 3 project

I've been trying to build an AAB file from my ionic 3 project but it keeps failing. I've tried Buildtools and it requested for APKs zip file which i have no idea what it is. how do i do this please
Lucky Agbaroji's user avatar
0 votes
2 answers
307 views

IONIC v3 with API 33 Android

In my company they left me an app made in ionic v3, and Google asks to use version 33 of the Android API, for different reasons, the company cannot afford to update from version 3 of ionic to 5, is it ...
Edward Hernández's user avatar
1 vote
2 answers
1k views

Ionic 3 and Android SDK 33 - Opening Camera not working

I have an app that uses Ionic version 3 and Cordova to open the camera. However, the Google Play Store required me to update the android-targetSdkVersion from 31 to 33. As a result, the camera opening ...
Victor Soares's user avatar
0 votes
2 answers
58 views

How to set "search" icon in the navigation tab bar in Ionic?

I'm working on an Ionic project and I want to set the "search" icon in the tab bar of my navigation. Here's what I've tried so far: <ion-tabs> <ion-tab [root]="tab1Root"...
micex's user avatar
  • 43
0 votes
3 answers
2k views

-Ionic Project Requesting For Notification Permission

After updating the minimumTargetSDK from 31 to 33 in the config.xml file, notifications are no longer being sent to the mobile device. I have noticed that this is because of an update in how Android ...
Yeo Bryan's user avatar
  • 397
0 votes
1 answer
457 views

Ionic framework error: spawn unknown error

When I try to run this command:ionic serve, then I got the following error in the terminal. at ChildProcess.spawn (node:internal/child_process:413:11) at Object.spawn (node:child_process:757:9) at ...
Shehan Mario's user avatar
0 votes
0 answers
25 views

ionic 3 'ion-item' is not a known element: 1. If 'ion-item' is an Angular component,

'ion-item' is not a known element: If 'ion-item' is an Angular component, then verify that it is part of this module. If 'ion-item' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@...
Amresh Pandit's user avatar
0 votes
0 answers
41 views

Allow location android permission prompt not coming in ionic3 while using navigator.geolocation.getCurrentPosition()

I want the location prompt while opening the app having options to Allow location while using the app etc. Android permissions also applied in config.xml.I have applied the ACCESS_COARSE_LOCATION &...
Nitin Singh's user avatar
0 votes
1 answer
3k views

Android build error after change compileSdkVersion from 33 to 34

I'm getting the following error after change compileSdkVersion from 33 to 34. The project itself forced me to make this update and I can't build the project anymore
Giulia Lage's user avatar
0 votes
0 answers
33 views

Getting error "sqlite3_step failure: datatype mismatch"

Query: "SELECT * FROM INVENTORY_ORG_LIST WHERE InventoryOrgName LIKE ? OR InventoryOrgCode LIKE ? LIMIT 50 OFFSET ?"; params = [`${this.searchText}%`, `${this.searchText}%`, (this.page - 1) *...
Rishab Kumar's user avatar
0 votes
0 answers
55 views

Ionic 5 App Image download for external URL, Need a working Code repository

I was trying in different ways but nothing worked so far. Need an ionic 5 Angular app code that runs in Android and downloads an image from any of the external URLs. Thanks in advance
 saran's user avatar
  • 75
0 votes
1 answer
90 views

[email protected] added to Ionic3+Angular5 app: "Module Parse Failed" due to spread operator "..."

It's a legacy project on life support that I don't have the luxury of upgrading to Ionic7/Angular14+. Works fine other than needing to add Sentry. Upon adding sentry-cordova (1.1.5), building now ...
user1590553's user avatar
0 votes
1 answer
83 views

Missing form parameter: grant_type IONIC CAPACITOR

I'm trying to call Keycloak, but the console gives me this error: MISSING FORM PARAMETER: GRANT_TYPE This is my code: post() { debugger; let url = "http://172.20.10.3:8080/realms/myrealm/...
FalconZ's user avatar
  • 21
0 votes
1 answer
130 views

Ion-header with mode

i am getting error Failed to execute 'setAttribute' on 'Element': 'mode​' is not a valid attribute name. while setting mode attribute to ion-header. could you tell me the right way to use it. Actually ...
Raja Sekaran's user avatar
1 vote
1 answer
625 views

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE for FireBaseMessaging

In my attempt to upload the latest build of my mobile application (Ionic framework) to playstore, I am forced to updated the targetSDKVersion from 30 to 31 which results in plenty of issues with ...
Yeo Bryan's user avatar
  • 397
10 votes
4 answers
15k views

xcode firebase message error OSAtomicCompareAndSwapPtrBarrier

I have an application in ionic 3 (legacy) when building it I get the error in the Firebase Messaging library in this part of the file "GtalkExtensions.pbobjc" if (!...
Gladisson's user avatar
  • 117
2 votes
2 answers
2k views

Can no longer build Ionic 3 (angular) app using node 12 as of May 2023

I have to maintain a legacy Ionic3 App. (Yes I know it's out of date, we are in the process of porting it to Ionic7) Ionic3 requires node-sass which isn't supported > Node12 It was building fine ...
salonMonsters's user avatar
0 votes
1 answer
2k views

Bad project type: ionic-angular when building Ionic3 project

Building an ionic 3 project using Ionic CLI 7.0.1 and above fails with the error message Bad project type: ionic-angular when running the build command ionic cordova build ios or running the ...
Bashar Altakrouri's user avatar
1 vote
0 answers
54 views

Unable to use Facebook SignIn from Capacitor.js for Web

Good day, I'm trying to implement Facebook SignIn to my Capacitor JS web app - But FB App Settings require that all calls be made from a secure HTTPS connection. However, Capacitor JS connect to http:/...
lona.exe's user avatar

15 30 50 per page
1
2 3 4 5
346