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
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
0 votes
1 answer
28 views

Running ionic project from mac to windows

I want to run one of the ionic project from mac to windows but I have error while doing npm install it does not generate node_modules too. Can someone help me or have any idea with this? I already ...
christine jane bag-ao's user avatar
1 vote
2 answers
12k views

Android Studio showing Duplicate class found

When generating release build android studio throwing below errors. Which i am not able to resolve. I tried many way which related issue mentioned but didn't succeed. Duplicate class com.google....
Abhay Singh's user avatar
  • 1,675
0 votes
1 answer
1k views

How to prevent ion-router-outlet override ion-grid and expand to whole page

This is an UI question on angular-ionic project. There are 1 component login. Inside app.component.html, there are an ion-content container containing ion-grid element. Inside it there are 2 row. ...
AkiZukiLenn's user avatar
0 votes
1 answer
2k views

Change targetSdkVersion 30 to 31 error ionic cordova

after changing targetSdkVersion to 31 I'm getting this error: Task :app:processReleaseMainManifest FAILED Apps targeting Android 12 and higher are required to specify an explicit value for `...
Giulia Lage's user avatar
0 votes
1 answer
507 views

Unable to create ionic 3 project with ionic 6 cli

I have old ionic 3 project which i want into in my machine but its not working here i am creating simple ionic 3 project using below command ionic start Ionic3Project blank --type=ionic-angular It ...
Wasim's user avatar
  • 109
1 vote
1 answer
551 views

How to scale a svg component to fit different screen size?

I add below svg component into my html file. It's size fit my tablet well, however it is too large for my smartphone. How can we automatically scale the svg's size to fit different screen? <svg ...
lei lei's user avatar
  • 1,821
0 votes
1 answer
159 views

EasyQRCodeJS: The width doesn't render correctly

I'm trying to create qrCode in my view using EasyQRCodeJS,I'm using Ionic/Cordova. The options: let qrcodeWidth = this.qrcodeEl.nativeElement.offsetWidth*0.8; let options = { text: qrCodeText, ...
Mohamed Amine Moutaouej's user avatar
3 votes
1 answer
718 views

How to make all columns in one row in ion-grid

In my ionic 3 project, I want to display a grid with many rows and columns. As the number of columns is large, the columns are separated into several parts and displayed in several rows. How can ...
lei lei's user avatar
  • 1,821
1 vote
1 answer
556 views

IONIC - CAPACITOR - VUE.JS - App display in background when I scroll down the menu phone

I'm new to app developing, and I'm trying to develop a music app with Ionic, Capacitor and Vue.js. Does anyone know if there is a way to place your app in the background and HOW TO DISPLAY IT when I ...
Tommaso V.'s user avatar
0 votes
1 answer
460 views

An error occurred while running subprocess cordova just because of version problem

Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=undefined (recommended setting) ANDROID_HOME=c:\Users\krishna kale\AppData\Local\Android\Sdk (DEPRECATED) Requirements check failed for JDK ...
KRISHNA KALE's user avatar
1 vote
0 answers
85 views

Showing All Messages Unable to load standard library for target 'arm64-apple-ios11.0'

I am facing this issue enter image description here
AzeemAhmed's user avatar
0 votes
0 answers
214 views

Upload multiple images via REST api in iOS

I have requirement where app has to upload 100+ images via REST. I have created a custom background queue. When app goes to background iOS suspends the app and uploading stop. I have tried using ...
divyanshu Joshi's user avatar
1 vote
1 answer
472 views

Impossible to select value cypress ionic ion-select

I have an Ionic angular app with an ion-select and ion-select-options. I am trying to write cypress test to click on ion-select-options, but it's impossible. It seems that cypress "click" ...
Ludovic's user avatar
  • 204

15 30 50 per page