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
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