1,189 questions
0
votes
0
answers
85
views
Google Play warning about 16-KB page size — libgmm-jni.so not supported. How to fix?
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 ...
2
votes
0
answers
105
views
Samsung Keyboard doesn't show predictive text (T9) in Ionic 7 Android app (ion-textarea & textarea both fail)
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&...
0
votes
0
answers
63
views
Issue with building an Ionic 5 project using Cordova after upgrading to Ionic CLI 7
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 ...
0
votes
0
answers
185
views
Ionic: Open File with Capacitor FileOpener without writeprotection
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.
...
0
votes
2
answers
344
views
How to embed videos on Ionic
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 ...
-1
votes
1
answer
44
views
no internet problem when emulating ionic app on Chrome
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 &...
0
votes
2
answers
1k
views
How to toggle dark mode in ionic8 Angular 18
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.
// @...
0
votes
1
answer
59
views
Why are my form inputs not updating correctly?
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 ...
1
vote
0
answers
132
views
CodeSign error while running ios app using ionic and capacitor using MacOS
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] ...
0
votes
1
answer
520
views
Sending and receiving Broadcast receiver between two Ionic apps
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 ...
-2
votes
1
answer
103
views
Unable to save file to device with Ionic Native HTTP
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 ...
0
votes
1
answer
1k
views
Capacitor Action Sheet code UNIMPLEMENTED Error
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 ...
1
vote
0
answers
312
views
IONIC 4 SSL Pinning issue only in iOS
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 ...
0
votes
1
answer
71
views
App goes very slow when "filereplacements" implementing in angular.json in angular ionic app
When I change the environments configuration in angular.json,
"customer1-dev": {
"fileReplacements": [
{
"replace": "...
3
votes
0
answers
149
views
New Ionic 7 Cordova project with - livereload does not work and give an error as “ERR_EMPTY_RESPONSE”
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 ...
-2
votes
1
answer
1k
views
How to Create a specific version of an Ionic Project using the CLI?
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 ...
2
votes
2
answers
5k
views
@Ionic/Angular peer dependency on rxjs conflicts with @ionic-native/core
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 ...
0
votes
1
answer
456
views
Can't Display the image after sanitizing it
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(...
2
votes
0
answers
160
views
Issues communicating an Ionic mobile app with InAppBrowser and a React web app using postMessage
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 "@...
0
votes
1
answer
2k
views
No WRITE_EXTERNAL_STORAGE permission with ionic7 and capacitor 5 in Andorid 11/11+
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 ...
0
votes
1
answer
379
views
Ionic native app update not working. How can I solve this?
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 ...
1
vote
0
answers
447
views
How to save files to the external storage with Ionic and Capacitor in Android 13?
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 ...
0
votes
1
answer
64
views
Ui overlapping using high charts in ionic angular
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 ...
1
vote
1
answer
1k
views
Ionic 7 - Download and play mp3 file with audio controls
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 ...
1
vote
1
answer
365
views
Adding iOS to Ionic 7 project, how to pass NPM --force argument
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]....
0
votes
0
answers
23
views
My Ionic App uploads oictures when runned from the server on my browser but won't upload pictures when isntalled in my phone
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 ...
0
votes
0
answers
3k
views
How to convert angular web application to ionic hybrid mobile application
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 ...
0
votes
1
answer
306
views
Migration ionic 5 to ionic 7: Where is @ionic-native/screenshot/ngx?
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/...
0
votes
0
answers
1k
views
Ionic 7 native install dependency errors
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 ...
0
votes
2
answers
218
views
You uploaded an APK or Android App Bundle which has an activity but without 'android:exported'
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 ...
-1
votes
1
answer
284
views
SAML login to firebase with AzureAD with iOS 16.2 is broken
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-...
0
votes
1
answer
440
views
Ionic DateTime Sensitivity
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://...
0
votes
1
answer
87
views
How to use ionic ui inside existing cordova project?
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 ...
1
vote
1
answer
367
views
Converting project from angular to ionic-angular results in error upon serve
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 ...
0
votes
1
answer
202
views
npm i com-badrit-base64 plugin is not working
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/...
0
votes
1
answer
447
views
InAppPurchase2 / Capacitor / Ionic: How to sell testperiod products (Offer / Discount)
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-...
0
votes
1
answer
429
views
Ionic App `appRestoredResult` Doesn't Fire
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 ...
-1
votes
2
answers
424
views
ionic project does not install any plugin
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 ...
0
votes
0
answers
93
views
Ionic pull to refresh locks entire page while refreshing
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 ...
0
votes
0
answers
91
views
Having trouble displaying the Ionic app icon on Samsung One UI
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
...
-1
votes
2
answers
141
views
Ionic : GPS is not detect sometimes
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 ...
1
vote
2
answers
8k
views
Onesignal Notification permission issue in android 13, No permission dialog box appears
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 ...
0
votes
1
answer
722
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 ...
1
vote
1
answer
612
views
Capacitive Ionic WebView is showing blank page after build on iOS
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 ...
-4
votes
1
answer
538
views
Display Ionic App In Web Browser With Specified Styling
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 ...
0
votes
1
answer
148
views
Cant show QRScanner camera view in ionic
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 ...
0
votes
1
answer
292
views
Unable to find command: platform add ios
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 ...
0
votes
1
answer
597
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&...
1
vote
1
answer
1k
views
not able to understand below Error message
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]
...
0
votes
1
answer
798
views
Ionic Auth Redirect Issue for Android and IOS
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 ...