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.

2 votes
5 answers
9k views

The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead

I have created an blank project and successfully build and run in my device but when i add this plugin ionic cordova plugin add cordova-plugin-geofence and give ionic cordova run android i am ...
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 ...
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
3 votes
1 answer
1k views

How to create custom legend with all options(click functions,colors) in ng2-charts in angular4?

Iam working in angular4 and ionic3 project.Here Iam displaying ng2 pie charts for multiple data arrays.When data in a array is increasing,legend width is increasing and chat disappears due to large ...
2 votes
2 answers
14k views

Starting a Gradle Daemon, 2 busy Daemons could not be reused, use --status for details

I have two project with Ionic 3 and 4 and whenever I run ionic cordova run android it always gets stuck at Starting a Gradle Daemon, 3 busy Daemon could not be reused, use --status for details. When ...
0 votes
4 answers
12k views

Ionic 3: Error setTimeout

We are using: Ionic Framework: 3.6.0 Ionic Native: ^2.2.6 Ionic App Scripts: 2.1.4 Angular Core: 4.3.5 Angular Compiler CLI: 4.3.5 Node: 6.11.2 (We also went to node_modules/@ionic/app-scripts and ...
21 votes
11 answers
45k views

Why white screen stuck after splash screen in Ionic 4?

I run ionic cordova run android for my Ionic Cordova project. At this time, I have my mobile connected to PC via USB. So when I run that command, it installs the app on my real device Android Redmi ...
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 { ...
0 votes
2 answers
2k views

Auto Keyboard in Input with Ionic

I need a routine on Ionic that calls the cellphone's Keyboard to an ion-input when entering the page. An example of a page would be: <ion-content padding> <form> <ion-row> ...
4 votes
1 answer
8k views

Ionic 3 - check if location is enabled

I am trying to do a few things in one. The first thing I am trying to do is get the device location. On Android, it prompts to grant the app permission to access location, which is all good. I am ...
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-...
2 votes
1 answer
2k views

How to implementing SSL pinning in ionic 3

Iam new in Ionic 3 and i want to implement SSL pinning in my application. I am using this plugins https://ionicframework.com/docs/native/http/ and my home.ts looks like this import { Component } from ...
5 votes
1 answer
8k views

Firebase Hosting - Clear Cache

Followed the Firebase tutorial to achieve Firebase Hosting. Hosted the app in console. But the problem is when I changed my html template and I re-deployed in Firebase console by running ionic build -...
3 votes
1 answer
17k views

Application misconfiguration error for Azure Active directory

I am implementing Microsoft ADAL plugin in my ionic app 3, so for that i have created an account on Microsoft azure and register my app in Azure portal. After all necessary configuration i used the ...
3 votes
4 answers
820 views

Footer visible during navigate from Page2 to Page1

ion-footer button doesn't disappear properly when navigating from page1 to page2 and then navigate back from page2 to page1. Here's the code in page2: <ion-footer padding> <button ion-...

15 30 50 per page
1
2 3 4 5
692