capacitor Questions

3

I'm currently trying to implement the RevenueCat SDK with Ionic React (Capacitor) and whilst building the app using Ionic Appflow I get the following error [18:38:13]: ▸ [error] Error running updat...
Berky asked 12/8, 2020 at 22:16

5

I'm using NuxtJS with a capacitor. The top status bar on an IOS device is overlapping while we scroll. I also added "ios": {"contentInset": "always"} in capacitor.conf...
Dismissal asked 11/10, 2022 at 12:12

12

When I run the ionic capacitor run android command, to launch my application in Android Studio, I get the error saying: Unable to launch Android Studio." You must configure "linuxAndroidStudioPa...

2

Solved

I just want to know, if my Ionic 5 app is running in a browser, or in the webview of a compiled app. Platform does not work: https://ionicframework.com/docs/angular/platform It just tells about the...
Liegnitz asked 1/12, 2020 at 15:32

2

I am trying to integrate Supabase Google Auth into my Hybrid app built with Capacitor. It is working fine for web, but I am not able to get it working for iOS. There isn't any documentation around ...
Elle asked 8/3, 2023 at 10:23

8

Solved

i am maintaining a capacitor ionic project supporting both iOS and android platform. I can build the project locally and run it on a device without any issue. But when archiving the following error...
Coop asked 3/4, 2023 at 16:50

1

Experiencing the error/warning: “Failed to request allowed query parameters from WebPrivacy” on a brand new CapacitorJS project on iOS using xCode 15+ The error appears in the console as shown belo...
Alleris asked 27/4 at 15:35

4

I am working on a mobile application project that will list events. As I mentioned in the title, I am using ionic capacitor for my project. I did a lot of research, but I couldn't find any plugins ...

5

Solved

I can't figure out how to use livereload with ionic 4 and Capacitor on ios. I'm running this command ionic cap run ios -l which add my local ip address to capacitor.config.json. however, it seem...
Periderm asked 16/8, 2018 at 15:48

1

I am struggling to use Capacitor for my NextJS 13 application which uses new the App router. Is it possible to somehow create an "out" folder and a "index.html" when building th...

2

Solved

I am using angular-fire for firebase authentication on Ionic-Capacitor. It works fine on the web and android, but not on IOS. When I inspected the app network activity, I realized the app is able t...
Lengthwise asked 26/3, 2022 at 17:31

7

Solved

I just created a brand new Ionic app, using command "ionic start myApp blank" I added the necessary angular dependencies to get "ionic serve" working properly. I have installed ...
Berwick asked 7/10, 2021 at 13:55

8

Solved

I'm working on an Ionic React Project running on top of Capacitor. I added Android platform and everything went smoothly. Now that I'm trying to make my app work in iOS (first time working with iOS...
Crossarm asked 7/7, 2021 at 9:27

3

Using capacitor to build an app in ios. In ios the webview covers the whole screen, for iphone-x that means the notch will be included and content will go behind it, like the picture on the right. ...
Perspiratory asked 2/8, 2019 at 15:58

3

Solved

I have a hosted, CMS-based web app that I want to package as an Android / iOS app with Ionic Capacitor. So I added "server": { "url": "https://my.domain/" }, to capacitor.config.json and did ...
Otocyst asked 28/4, 2019 at 21:26

2

Solved

I'm trying to migrate my app from Cordova to Capacitor, but I still need to use functionalities like Background Geolocation. For that, I'm using this plugin: https://ionicframework.com/docs/native/...
Markup asked 30/4, 2020 at 9:32

9

I am new to Ionic while build the app in android. Its opening a project in Android Studio but while gradle sync its showing the following error Could not read script 'F:\IonicProjects\mis-tracking-...
Puke asked 5/8, 2020 at 14:52

7

Solved

I'm building an app with capacitor for ios. When I launch the command 'npx cap sync ios' (which launch pod install) and I get this error : ✖ Updating iOS native dependencies with "pod install" (m...
Socio asked 27/3, 2020 at 11:11

3

The issue is already answered for iOS: How to embed framework in capacitor plugin for iOS For Android, I get issues when I add an aar file to the capacitor plugin by creating a new module. After p...
Skater asked 27/11, 2019 at 10:55

3

I'm trying to set my first FB/IG campaign for an hybrid app made by me with angular/capacitor: This is my app link on app store But the ads form doesn't recognize it and keep saying "choose a...
Padrone asked 7/9, 2021 at 15:25

1

Goal : My application creates a zip. User downloads it to their device. Problem : It works perfectly with Electron and Browser, but with Android it doesn't work Try 1 window.showSaveFilePicker() c...
Artamas asked 22/7, 2022 at 15:24

8

Solved

In Cordova you had immediate access to process.env.CORDOVA_PLATFORM is there something similar in Capacitor? I'm looking to conditionally load some functions on startup and don’t want to block ren...
Windowshop asked 1/9, 2019 at 10:57

2

Solved

I am trying to publish a capacitor plugin. According to the error it is not able to recognize rm. I am using Window's Powershell (VC Code) The following error is being generated in the powershell w...
Homoeo asked 16/12, 2019 at 10:33

6

For a couple of days, without changing any details on the project, I've been receiving this error during the Xcode publishing phase. I have also shared my code with other developers, and on their c...
Gerfalcon asked 31/3, 2023 at 21:42

3

I need to share a PDF file. I am using CapacitorJS for native functionality. let shareRet = await Share.share({ title: 'See cool stuff', text: 'Really awesome thing you need to see right meow', ...
Prate asked 7/8, 2020 at 15:3

© 2022 - 2024 — McMap. All rights reserved.