capacitor Questions
1
Solved
in the capacitor.config.json
"GoogleAuth": {
"scopes": ["profile","email"],
"serverClientId": "KEY.apps.googleusercontent.com"
}
in in...
Hypaesthesia asked 1/11, 2021 at 4:49
2
Solved
I have an observable that listens to route changes :) I also have a promise that clears my local storage and when it's done I immediately change the route but my switchMap/switchMapTo inside my rou...
Electret asked 13/10, 2021 at 18:14
2
Im trying to compile my first ionic app with capacitor for android. Gradle successfuly builds it but when I try to run it on android studio i get this error:
Failed to query the value of task ':ca...
Burning asked 29/4, 2021 at 10:7
0
I built a Capacitor plugin for Ionic and Capacitor and published it to NPM - call it test1. I then use it in my Ionic 5 project and successfully add a new Android project via:
ionic build
ionic ca...
Stavros asked 25/8, 2021 at 20:29
0
I am struggling to figure out the best approach for handling large, long-running uploads in my Ionic + Capacitor mobile app.
Specifically, I am uploading a few dozen photos (~30+) to Firebase stora...
Bromal asked 6/8, 2021 at 3:13
1
I am using Ionic 5, Capacitor 3, Android 4.2.2 Node 14...etc
I am trying to install capacitor plugins geolocation and storage in Android like so:
package io.ionic.seakah;
import android.os.Bundle;...
Shipping asked 16/7, 2021 at 21:35
4
Solved
I am trying to add android as a supported platform to my project by running the command: ionic capacitor add android.
The command is executed and stops at a prompt which asks me "which npm client ...
1
Solved
I tried to read a file in my emulator using the function readFile of capacitor filesystem. The file that I trying manipulate it's in emulator's Download folder, and the function return this error:
...
Feil asked 16/6, 2021 at 16:37
1
Solved
I have a Angular Application that i converted via Capacitor to a Android App. If i start my app in Android Studio i cannot access my Nodejs. Therefor i want to use the console.log() to see where my...
Unintelligible asked 9/6, 2021 at 9:39
3
Solved
I'm creating an Ionic project using Capacitor (edit: the newer recommended framework compared to Cordova) and added Android as a target.
I've been able to build the app and add the Android target, ...
Annmarie asked 25/7, 2020 at 5:44
1
Solved
I was working with Ionic Framework using AngularJs. Every Thing was fine.
However now, When I am trying to create now Ionic/Angular js Project, I am facing a problem with the capacitor, as followin...
Plascencia asked 21/5, 2021 at 8:41
0
I’m trying to have the same behavior as in Google Chrome on Mobile,
When I have an input type=“file”, it opens a selector to choose between Camera and file Browser
I tried the following :
<input...
Tiliaceous asked 15/5, 2021 at 12:0
3
Solved
I am having trouble adding BarcodeScanner to my android build, the error was plugin_not_installed.
The app compiled without any errors, but it outputs the error on runtime. I have also tried remo...
2
it's an ionic capacitor angular project in which I am trying to build a capacitor plugin so that I can disable screenshots only for required pages/screens.
I have used getWindow().setFlags(WindowMa...
Favour asked 1/3, 2021 at 12:9
3
Solved
I'm trying to build an apk which have to load with https://mydomain with ionic 4 and capacitor.
In capacitor.config.json I precise this field :
"server" : {
"hostname": "mydomain"
}
Cause I d...
Runyon asked 12/4, 2019 at 8:34
2
Solved
I'm working through an Ionic/React getting-started, on my Linux Mint box.
Building an Ionic application using React
The first steps went well enough, but when I get to Deploying your application ...
Treiber asked 4/8, 2019 at 21:19
0
Generally, after opening a/the clock app on a phone (at least on an Android), and starting a stopwatch (or timer), when you minimize the app, or even close it, there's usually going to be a persist...
Stockton asked 9/4, 2021 at 20:42
2
Solved
We have a web app with ADFS/GoogleId login workflow implemented with redirects. Our app redirects to an ADFS server which logs in or validates the user, then links back into our app. Is this achiev...
Plante asked 27/3, 2019 at 14:59
2
I want to configure Capacitor to open all links like:
<a href="https://www.google.com" target="_blank">Google Link</a>
within Capacitor's In-App Browser feature. I know I can open it...
Costly asked 9/1, 2020 at 5:18
1
Solved
Documentation on capacitor doesn't mention how to remove a platform.
And remove does not exist.
Does capacitor even support removing of a platform? How do I remove my platform without the obvious ...
Dyaus asked 11/3, 2021 at 9:35
1
Solved
I'm using Capacitor (with VueJS), my deep link is working correctly, but it doesn't work if it's a redirect URL.
I want to use oauth2 to connect to Facebook. When I enter my Facebook login/password...
Poetess asked 7/3, 2021 at 8:43
1
Solved
I found a lot of related questions, but none about the specifics for Capacitor.
When it comes to Capacitor, do we need to add GoogleService-Info.plist to:
ios/App OR
ios/App/App
The Firebase cons...
Clishmaclaver asked 9/2, 2021 at 6:25
1
As mentioned in the official docs [1], I have been trying to implement SSL Pinning in an Ionic + Angular + Capacitor Project using the Cordova Advanced HTTP plugin [2].
However, each time I open t...
Bosco asked 2/7, 2019 at 17:44
2
Checking the new Ionic Capacitor Docs, there seems NO OPTION to hide the url bar of the Browser Plugin (Previously InAppBrowser) at the moment. Need help please.
Forehanded asked 1/3, 2020 at 21:23
1
I am new to Capacitor and have migrating my Cordova project to Capacitor.
I trying to get my notification messages working. Therefore i followed the steps shown in
https://capacitor.ionicframewor...
Fabaceous asked 23/5, 2020 at 8:6
© 2022 - 2024 — McMap. All rights reserved.