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.

0 votes
2 answers
2k views

Ionic 6 capacitor `pushNotificationActionPerformed ` event is not getting triggered on clicking push notification

I am implementing push notification in my Ionic 6 App. I am using @capacitor/push-notifications plugin to manage push notification in my Ionic App. import { Injectable } from '@angular/core'; import { ...
Ninja Turtle's user avatar
  • 1,333
1 vote
0 answers
431 views

How to config Firebase Crashlytics in Ionic 3 and [email protected]?

I work on a project which needs the implementation of Firebase Crashlytics in Ionic 3. We studied all the documentation but we faced some issues about the integration of cordova-ios. Due to the ...
Vinicius S. de Oliveira's user avatar
0 votes
0 answers
22 views

Task :app:processDebugMainManifest FAILED is showing error in npm console

Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/...
gokul tamilalagan's user avatar
0 votes
0 answers
734 views

ion-select multiple select with popover interface, disable last option on change if it's only one remaining

Requirement there should be an ion select with multiple selection default all should be selected when interacting with it, if there is one selected left, that option should get disabled. and if in ...
Heena Vora's user avatar
-1 votes
1 answer
421 views

Required cordova.js file not found. Cordova plugins will not function! Capacitor: FATAL ERROR

I updated my Ionic 2.5 App to Ionic 4. The app was building on iOS as expected but when I ran it, it was throwing me this error: "Required cordova.js file not found. Cordova plugins will not ...
Felipe Esteves's user avatar
0 votes
1 answer
925 views

Ionic - How to request permission again after user rejected once?

Currently, I can request permission for microphone with the following code if the user has not rejected granting permissions: permission = await this.diagnostic.isMicrophoneAuthorized(); ...
Terry Windwalker's user avatar
1 vote
1 answer
250 views

Ionic 3 - Cordova 10: Android Exported

I have a problem with Ionic 3 and Cordova 10/11. I'm trying to build an application with SDK API 32, but when I built it, I got this message: When I search about the problem of "android:exported&...
Nicolas Papp's user avatar
0 votes
1 answer
555 views

White screen while opening my ionic app in some devices

In few mobiles,my ionic app shows white screen only, when apk build with --prod mode. But the same apk works on other mobiles. If i build without --prod , it is working in all mobiles. i don't have ...
Raja Sekaran's user avatar
0 votes
1 answer
5k views

how to change my app's target API level from 29 to 31 in ionic android

I have updated my config.xml <preference name="android-minSdkVersion" value="22" /> <preference name="android-targetSdkVersion" value="32" />...
Terry Windwalker's user avatar
0 votes
1 answer
441 views

plugin is not installed error even after plugins installed

I have upgraded my ionic mobile APP. Post update, my app is showing "plugin is not installed". But i have installed all required plugins. But still am getting "plugin is not installed&...
Raja Sekaran's user avatar
0 votes
1 answer
91 views

after ionic v3 to ionic v5 migration - ionic build command not working

We have migrated from ionic v3 to ionic v5 ... ionic serve command working but showing blank page when launched. ionic build command throwing following error.. [11:57:17] ionic-app-script task: "...
Dnyanesh's user avatar
  • 331
0 votes
1 answer
289 views

Want to disable Camera features in iOS device : It is an IONIC App

I Want to disable Camera features in iOS device, as in android it won’t display the camera option when I use input type file HTML tag : It is an IONIC App I have used this below HTML code in my ionic ...
Mayur Panchal's user avatar
1 vote
3 answers
2k views

IONIC Cordova app is giving android exported error

We have an app developed using IONIC CORDOVA. When I am trying to upload app on the play store then it gives an error "Apps targeting Android 12 and higher are required to specify an explicit ...
Krish's user avatar
  • 409
3 votes
6 answers
4k views

Cannot read property 'find' of null with cordova-android 11 in ionic 3

I have upgraded cordova-android to version 11 to support API Level 31 or above but when I'm creating build its giving error Cannot read property 'find' of null I have done changes as suggested here ...
Ajay verma's user avatar
2 votes
1 answer
336 views

Not able to create prod build on ionic with API Level 31 in ionic 3

I have changed targetSdk to 31 which giving error with cordova-android 10.1.1 Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding ...
Ajay verma's user avatar

15 30 50 per page