Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
85 views

Google Play is warning that my app does not support 16-KB page size. My app currently supports only 4-KB pages. When I checked my AAB using the APK Analyzer, I found that the file libgmm-jni.so does ...
PAkultie's user avatar
  • 142
2 votes
0 answers
105 views

I'm developing an Android app using Ionic 7 + Capacitor, and I'm facing a frustrating issue: Samsung Keyboard does not show predictive text suggestions (T9) in my app — neither with <ion-textarea&...
fbdev1907's user avatar
  • 128
0 votes
0 answers
63 views

I have a project that was originally built with Ionic 5 around 2020, and it has been functioning well up until 2023. This project is primarily a maintenance-type project, meaning it doesn't receive ...
sunil kalwani's user avatar
0 votes
0 answers
185 views

I'm trying to open files from my ionic app (for example editable pdf files in third party apps like PDF editors) using the Capacitor FileOpener. But i alway get the files opened with writeprotection. ...
jsadev.net's user avatar
  • 2,600
0 votes
2 answers
344 views

Hey guys I'm working on a app using Ionic/Angular and I got a problem. I have a video animation that I need to embed on the view. The idea is to create an experience similar to when you connect your ...
MrRobot's user avatar
  • 1,197
-1 votes
1 answer
44 views

i am new to ionic (angular) and I am building a simple app. I am so far only using my browser (chrome) to test the app. When I have the developer panel open, and I navigate, refresh, etc, I get a &...
solar apricot's user avatar
0 votes
2 answers
1k views

I have three CSS styles in my global.scss file. Currently, I am using dark mode, but I want to change them conditionally. How can I do this in Ionic 8 and Angular 18? Here is my global.scss code. // @...
Ravi Gaud's user avatar
  • 544
0 votes
1 answer
59 views

Whenever I hit submit on my login form, the values in the relevant text fields are not present sometimes. I could target my element and use document.addEventListener but this will not compile if I ...
Joseph Reece's user avatar
1 vote
0 answers
132 views

I am new to ionic and capacitor. I use M1 Arm Macbook Pro to build my ionic with capacitor project . I am getting this error after running my ionic project. `warning: Run script build phase '[CP] ...
Nisarg Shah's user avatar
0 votes
1 answer
520 views

I have three Ionic 5 apps. If I open the first app and either of the other two apps is running in the background, I need to send some data, but only if the second app is present in the background. I'm ...
N29's user avatar
  • 115
-2 votes
1 answer
103 views

We have a mobile app developed using Angular 7 & Ionic 4. A while back we conducted a penetration test and, in order to be compliant, we changed the way files are transferred in the app. Instead ...
Cyclonite's user avatar
0 votes
1 answer
1k views

I'm working on a Ionic and Angular app and I've added capacitor. The application is for iOs, Android and Web. I've just installed the Capacitor Action Sheet plugin and Capacitor's PWA. It work fine on ...
MrRobot's user avatar
  • 1,197
1 vote
0 answers
312 views

I'm currently using ionic-native-http and cordova-plugin-advanced-http for SSL Pinning in my Ionic 4 project. For SSL Certificate, I'm using the certificate in Google.com For the platform Android ...
Taha Ateş's user avatar
0 votes
1 answer
71 views

When I change the environments configuration in angular.json, "customer1-dev": { "fileReplacements": [ { "replace": "...
Suraj Singh's user avatar
3 votes
0 answers
149 views

Steps to Reproduce: I create a new angular based starter - blank - Ionic 7 project via ionic start testapp I then added the cordova android platform with the following command: ionic cordova platform ...
Halil Polat's user avatar
-2 votes
1 answer
1k views

I need to create different Ionic-Angular projects, with different versions of the Ionic and Angular core, that specifically run on different versions of Node: For example: Node V. Angular V. Angular ...
Gydunhn_'s user avatar
2 votes
2 answers
5k views

I have a dependency issue in my @ionic/angular 7.1.1 project. @ionic-native/core latest ver 5.36 appears to have a peer dependency on an rxjs version compatible with 5.5.0 or 6.5.0. I can't install ...
dancingbush's user avatar
  • 2,281
0 votes
1 answer
456 views

I am trying to Make an image file display on the Html of ionic(angular) component. The image file is fetched from the device itself and converted to file format for processing. I am using ionic(...
Harsh Sharma's user avatar
2 votes
0 answers
160 views

I am working on two applications: one is a mobile app developed with Ionic and React using TypeScript, and the other is a web app developed with React. In the mobile app, I have integrated the "@...
juan luna's user avatar
0 votes
1 answer
2k views

I am developing an Ionic App for Android. I have ionic 7 and capacitor 5. I have installed @awesome-cordova-plugins/android-permissions and cordova-plugin-android-permissions In AndroidManifest.xml, i ...
Piyush aggarwal's user avatar
0 votes
1 answer
379 views

I'm using @ionic-native/app-update, When the update is in progress, only the app version code is checked, and then the update does not proceed. (Progress bar does not move) My app os android. Below is ...
Jaeil Cho's user avatar
1 vote
0 answers
447 views

I am making an app with ionic v7 capacitor v5 with the help of angular16, i am trying to save a text file to android phone Directory.Data folder with help of capacitor filesystem writefile method. it ...
Fayz Kha's user avatar
0 votes
1 answer
64 views

Ui is overlap using high carts in ionic angular for mobile This is first image and it's shown overlap in image This is second image in this image I clicked 2023 option This is third image in this ...
vignesh's user avatar
  • 66
1 vote
1 answer
1k views

My server has some mp3 files stored. I want my application to download and store them. Then, user can select which file to play. I'd like it to be just like Spotify. A list of audios, and user clicks ...
Aleksandrus's user avatar
  • 1,754
1 vote
1 answer
365 views

I would like to run "ionic capacitor add ios" and specify the NPM --force argument. The first thing "ionic capacitor add ios" does is execute "npm.cmd i -E @capacitor/[email protected]....
Bobby Ortiz's user avatar
  • 3,147
0 votes
0 answers
23 views

So I was building an app as an assignment from school which is supposed to upload pictures and forms to a server. On the broswer when using "ionic serve" the images upload just fine. But on ...
Ajecha Steve's user avatar
0 votes
0 answers
3k views

HI i am having a problem so i am an angular developer and i developed a web application using angular as the front end javascript framework and in the back end i have .net core as the api now i want ...
asjad's user avatar
  • 1
0 votes
1 answer
306 views

I am migrating a ionic5 project to ionic 7. I am missing the library @ionic-native/screenshot/ngx Do you know where I can find the plugin? Thanks a lot. I searched in https://ionicframework.com/docs/...
jedaUx's user avatar
  • 1
0 votes
0 answers
1k views

I have just started learning to make apps in Ionic, and I am trying to learn how to use the ionic native cordova functions. This is part of a class, and the videos provided for the class are 9 years ...
nightfeathers's user avatar
0 votes
2 answers
218 views

Error: You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't ...
Memo's user avatar
  • 92
-1 votes
1 answer
284 views

I authenticate my users via SAML from AzureAD in firebase in a native ionic iOS application. Because the firebase JS SDK doesn't support the direct login to the native layer, I'm using the ionic-...
bastifix's user avatar
  • 483
0 votes
1 answer
440 views

I am using Ionic 6 with Angular 14. Is there a way to make the Ionic Time Picker less sensitive? The wheel scrolls very fast and makes it very difficult to stop on the correct hour/minute. https://...
De Wet van As's user avatar
0 votes
1 answer
87 views

In the cordova documentation it is mentioned that we can use ui frameworks such as ionic and react inside our cordova project. But they have not mentioned steps or instructions for the same. I want to ...
Yus's user avatar
  • 184
1 vote
1 answer
367 views

I have an angular project that i tried to convert to a mobile app usinc ionic angular, i replaced the src folder from ionic with the one from my angular project. Upon using the command: ionic serve, i ...
fdsfssdfdjsffds's user avatar
0 votes
1 answer
202 views

I am using ionic framework with capacitor. I need to convert video file to base64 string. I have added the following plugins on my android and iOS. npm i com-badrit-base64 npm install @ionic-native/...
Manthiram's user avatar
  • 171
0 votes
1 answer
447 views

I`m using In App Purchase in my Ionic App installed like described in https://capacitorjs.com/docs/guides/in-app-purchases With this npm package https://www.npmjs.com/package/@ionic-native/in-app-...
user1383029's user avatar
  • 2,155
0 votes
1 answer
429 views

I am building an Ionic app that uses the camera plugin, and I am having problems with getting the data to come back from the camera. As the Capacitor docs on the Camera plugin (In the paragraph above ...
Jacob Hornbeck's user avatar
-1 votes
2 answers
424 views

There's something wrong with my project that I can't install any more plugins, I'm using ionic with angular enter image description here enter image description here enter image description here I've ...
Matheus Prestes's user avatar
0 votes
0 answers
93 views

I am building an app using ReactJS and Ionic v6. On a page I've made a "pull to refresh", it works well but the issue I am facing is that while it is refreshing, my entire page scroll is ...
Louis Lecouturier's user avatar
0 votes
0 answers
91 views

All app icons are round but but why is the pointed icon square? I don't have any solution please give me some suggestions. Model name: Galaxy S9 Model number: SM-G960U One UI version: 2.5 Android: 10 ...
Avirup Ghosh's user avatar
-1 votes
2 answers
141 views

I have one issue on my app. I have used GPS for getting lat and lon some times when clicking function GPS not detected app. So it's need to restart application. After restarting application GPS ...
Karthick Selvakumar's user avatar
1 vote
2 answers
8k views

No permission dialog box appears.Only able to fetch getIds ,Cannot able fetch **pushToken ** in android 13 device.By this notification is not able to fire. Facing onesignal notification issue in ...
AziDev's user avatar
  • 11
0 votes
1 answer
722 views

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
1 vote
1 answer
612 views

I'm using ionic capacitor. After build, no external links are opening from the webview in iOS. There is no error or warning message on xcode debug. However, It's working fine on the browser and ...
emranio's user avatar
  • 448
-4 votes
1 answer
538 views

I have an Ionic app that I am working on. I have an Android device that I can test it on, but I do not have a way to test my app on iOS. Is it possible to test my app (visually only, not native ...
Jacob Hornbeck's user avatar
0 votes
1 answer
148 views

I have been facing certain difficulties with the qrcode camera for some time. I have a login page and I want that when the user clicks on the read button qr the ion-content of the login page becomes ...
Hérick Raposo's user avatar
0 votes
1 answer
292 views

I have a old ionic project that run in version 1.3.3. And I updated to new version 5.4.16. But, when I try build the project using "ionic platform add ios" Its doesn't work and I receive ...
Elton Santos's user avatar
0 votes
1 answer
597 views

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
1 vote
1 answer
1k views

When i try to execute npm install am getting below error. Please let me know why this error coming , how to understand below error npm ERR! While resolving: @ionic-native/[email protected] ...
Raja Sekaran's user avatar
0 votes
1 answer
798 views

I'm working to implements the oidc authentication with AzureAD in a ionic project. We use the plugin https://github.com/moberwasserlechner/capacitor-oauth2. After setup based on the instruction, we ...
Cocoo's user avatar
  • 23

1
2 3 4 5
24