capacitor Questions
3
I've been working on a new app for iOS and Android.
I'm developping it on Angular 12 using Ionic 5, Capacitor and Firebase 9.
While I'm used to setting up auth pages (login/register/pwd reset) with...
Keverne asked 10/9, 2021 at 16:26
3
Solved
When i try "ionic cap sync" there is a error in ios update
Error :
✖ Updating iOS native dependencies with "pod install" (may take several minutes):
✖ update ios:
[error] Error ...
Chinkapin asked 21/6, 2021 at 7:13
2
Solved
Capacitor have in docs tutorial about screen orientation (https://capacitorjs.com/docs/v2/guides/screen-orientation#screen-orientation-in-your-capacitor-app), but how to toggle app to fullscreen? C...
Incomputable asked 27/2, 2022 at 21:40
1
Solved
I get the message Unable to install "App" when running my Xcode 13 project on a physical iPhone running iOS 15. If I click "Details", I see the below information (most notably T...
6
Solved
I want to know how to enable the autocomplete for a login form in Capacitor (or if it's possible). I'm using Ionic React. It works if access the page in Safari on iOS and even if you pin it to the ...
Haruspicy asked 23/10, 2019 at 21:1
2
Solved
I have created this function that shares image very well on many applications, but when it comes to WhatsApp or Instagram it not sharing the image.
I'm using Ionic v5 with capacitor v3
async shar...
Topminnow asked 16/7, 2021 at 15:34
3
Please help resolving this issue. I was able to build app in android studio after command "ionic capacitor build android".
Android works fine until I added the plugin cordova-plugin-advan...
Obie asked 15/4, 2022 at 11:24
1
Solved
I have dynamic links working fine on Android and the long dynamic link works as expected on iOS but for some reason I can't get the short dynamic link to work on iOS.
It seems to be treating the li...
Fourdrinier asked 2/5, 2022 at 22:14
1
Solved
I have a dynamic link that is working fine on Android however I can't get the App Store redirect behaviour working correctly on iOS.
If I set up the dynamic link to go to a url (not the app store) ...
Byyourleave asked 29/4, 2022 at 4:22
7
Solved
I'm almost finished developing my application with ionic and angular.
Unfortunately, I'm totally stuck. I can't build my application (on android) anymore.
Here's the error:
ionic cordova build ...
Kaleena asked 9/6, 2020 at 17:19
1
Solved
When I run npx cap sync, I get:
npm ERR! could not determine executable to run
Several questions have been asked about this error, but none is related to capacitor. I started getting the error tod...
3
I have push notifications working using FCM from a cloud function. This works for both iOS and Android and displays the appropriate icon and plays a custom sound on iOS.
All is working except the ...
Lifeblood asked 7/9, 2019 at 3:11
7
Solved
I'm using capacitor v3 beta and there are no problem working in web and iOS but can't run android app.
Build is done fine but when running the app appears this error:
E/Capacitor/Console: File: htt...
Acyl asked 4/3, 2021 at 15:11
3
Solved
I am using Capacitor storage to get and set values as seen here https://capacitorjs.com/docs/apis/storage
Everything functions correctly however I am getting a large volume of console messages whil...
Sufferable asked 7/8, 2020 at 6:45
1
Solved
Live Reload not working anymore?
Now after the update to Capacitor Version 3 I can't use Live Reload in my Ionic Angular Project anymore.
Unable to locate a Java Runtime.
Has anyone else got the sa...
Cloninger asked 21/5, 2021 at 13:56
2
Solved
I am trying to implement the GA on an ionic project for days now without any luck.
I need this to work in the browser (PWA) and Android platforms.
Let's start with what docs say:
https://ionicframe...
Davidson asked 14/9, 2020 at 8:27
3
Solved
I'm using Ionic (v5) + React + Capacitor to create an app for iOS and I recently got stuck with a really strange error: fetch() and axios successfully perform GET requests to the backend while POST...
Singles asked 25/3, 2020 at 14:36
1
What is the proper set of npm commands to update Ionic from v5.0 to v5.3.1 (latest release), as well as, bump the version of Capacitor, Ionic Native, and the dev dependencies appropriately?
I can't...
Chukchi asked 28/7, 2020 at 17:0
1
I can't load any image from external url in real device. I am always getting the following error:
This is my capacitor.config.json
{
...,
server: {
cleartext: true,
hostname: "rootsmenu.c...
Lovesome asked 10/1, 2022 at 19:29
1
Solved
I am using this printer package with capacitor and I have installed it in my project. But when i try serve my ionic project its throwing an error of module not found
https://ionicframework.com/docs...
Beaston asked 6/1, 2022 at 12:38
1
If you are using the @capacitor/splash-screen API to show a splash screen in your Ionic Android app with Capacitor 3 you might run into this issue:
Problem
For a fraction of a second the splash ima...
Kioto asked 6/4, 2021 at 9:55
2
Solved
In my Ionic 5 capacitor app, I have a button that calls this function
import {
signInWithEmailAndPassword, signOut,
User, UserCredential,
} from '@angular/fire/auth';
//...blah blah blah
asyn...
Teodoro asked 20/12, 2021 at 23:17
3
I’m not sure how to get Cordova plugins working with Ionic 4 + Capacitor in Android Emulator.
I am following this example (https://ionicacademy.com/create-pdf-files-ionic-pdfmake/) but I am going ...
Marley asked 8/3, 2019 at 6:21
1
Solved
I'm on Nuxtjs 2.15.4 ssr mode and I wanna add Capacitorjs 3 to my project. As I read the doc, I found out for webDir we should add dist directory that is created by npm run generate which is for st...
4
Solved
here im using ionic file transfer plugin for downloading a file and when ever i tried to download the file im getting below error
and also every time i build a file i need to add the below code in...
Selfgovernment asked 19/6, 2021 at 17:39
© 2022 - 2024 — McMap. All rights reserved.