capacitor Questions
1
We are integrating a payments system with our app. It works perfectly on iOS, but navigating back to the app in Android doesn't work. We would like to open the payment system web page inside our ap...
4
I would like to achieve the same behavior of statusbar as in the capacitor example, i.e. automatically add the correct padding so my app content doesn't display inside the status bar.
However, I do...
Linotype asked 27/2, 2019 at 8:46
4
I have successfully packaged the project on the device, but I want to replace the icon and splash. Is there any way to replace it?
Using Vue development, packaged to android.
Peony asked 7/5, 2020 at 1:42
3
we use Next.js with server-side rendering (SSR) and we'd like to wrap our app with Capacitor.js so that we can ship it to both Android and iOS devices. Sadly, this only seems to be possible when us...
Pend asked 18/11, 2021 at 16:35
4
Goodmorning everyone,
I haven't been able to find a solution for several hours now.
I use the "PushNotifications" Capacitor plugin (https://capacitor.ionicframework.com/docs/apis/push-not...
Boracite asked 23/6, 2020 at 11:13
4
Solved
I am developing an app using Ionic and Capacitor. Builds are generated using Ionic's new AppFlow service, so I don't build them locally.
How do I go about updating the iOS and Android version numb...
Niggerhead asked 5/10, 2019 at 22:7
11
Solved
I'm using Capacitor for building the Ionic app. These are the following commands run in order to open the android app in Android Studio.
npx cap add android
ionic build
npx cap copy
npx cap open a...
Pasteurizer asked 28/3, 2020 at 21:1
7
Solved
I am getting following error while copying icons and splash screen using cordova-res.
I am using capacitor to build the app
I am using following command to copy the icons:
cordova-res android --ski...
Toms asked 3/2, 2021 at 11:30
1
Does anyone know how to view console.log() from the Xcode simulator using capacitor? I am aware that you can view the system logs via iOS Simulator > Menu Bar > Debug > Open System Log (Ho...
Stadiometer asked 7/8, 2021 at 23:40
1
I'm trying to generate the Android and Ionic folder and it's giving this error:
% ionic cap add ios
Error: Non-zero exit from subprocess.
at Integration.<anonymous> (/usr/local/lib/nod...
9
Solved
We use Angular in a nx monorepo in which we have been using Capacitor 2.4 for half a year now. We only use the android platform as of now. Now, we need to upgrade to Capacitor 3.0. The app itself i...
Intort asked 23/4, 2021 at 7:56
6
How to rename platform application name from "App" to something else?
When adding platform to ionic capacitor project by npx cap add ios it generates ios/App folder but I would like to name it ios...
Gangrene asked 3/7, 2019 at 16:27
5
Solved
Context
This is related to the splash screen images responsiveness and according to my research it just happens because there is missing documentation at Capacitor Docs - Splash Screen.
Problem
The...
Hooknose asked 19/2, 2021 at 21:54
5
Solved
I am trying to publish my Ionic Angular app to the Google Play Store via Android Studio, but I'm having trouble generating the Android App Bundle.
When I open the app in Android Studio, I go to Bu...
Remorseless asked 5/6, 2020 at 18:48
3
Solved
I am attempting to set up the Wonderpush integration for Ionic using the docs at https://docs.wonderpush.com/docs/mobile-push-notifications-ionic
The instructions say to install the plugin with:
io...
Heptarchy asked 19/10, 2020 at 4:59
1
I have a react-js app and I use capacitor to leverage with native mobile API's (eg: BLE). My objective is to live update the app upon a minor change (eg: adding a new label) without going through t...
Twilley asked 30/11, 2022 at 1:37
5
trying to solve the white screen problem after the splash screen then it loads, how do we remove it? i tried to set timeout but still not working.
with cordova i can set it up but i'm failing using...
Heaton asked 16/1, 2021 at 14:52
1
I don't know what I updated or what I did but when I run the ionic serve command it keeps saying "[INFO] Waiting for connectivity with ng...".
ionic info
Ionic:
Ionic CLI : 6.16.3 (/us...
Calderon asked 11/8, 2021 at 11:43
1
Solved
I tried to replace the default splash image with the my splash image, but it shows wrong image. The splash screen displays my custom icon image, not my custom splash image.
In iOS, the splash scree...
Chiron asked 10/11, 2022 at 7:15
9
Solved
Today, I ran into a problem while trying to upload my capacitor app to the App Store. The app was published a few days ago and, to my understanding, nothing critical for the upload was not changed....
Be asked 6/6, 2022 at 22:31
3
Solved
As i'm trying to run the app via capacitor using the command below.
ionic capacitor run android
as it runs in the android studio 4.2 canary 11 successfully when i run my emulator on pixel or via m...
Vide asked 20/9, 2020 at 18:19
1
Solved
Violation Request Install Packages Permission: Permission use is not directly related to your app's core purpose.
We found that your app is not compliant with how REQUEST_INSTALL_PACKAGES permissio...
Schoolbag asked 11/10, 2022 at 17:19
0
In previous versions of Capacitor, the splash screen on Android was an image that was specified in splash.png. I have recently upgraded to Capacitor 4 and changed the target SDK version to 32. From...
Eightieth asked 2/10, 2022 at 23:34
1
We are creating apps using command
ionic build --configuration=development && ionic capacitor copy android --no-build && npx cap open android
Now latest android policy tells us to ...
Intercontinental asked 29/9, 2022 at 19:2
1
I am wrapping a React application into Capacitor. When I run it from AndroidStudio the application starts and stops immediately. I receive the following.
E/AndroidRuntime: FATAL EXCEPTION: main
Pr...
Dispossess asked 21/3, 2021 at 16:48
© 2022 - 2024 — McMap. All rights reserved.