capacitor Questions

2

Solved

I need to convert the result from the Capacitor Camera plugin to a Blob for upload to Firebase Storage. I could upload the Base64 string but I already upload Blobs/Files from a Browse button's Fi...
Yodel asked 2/6, 2020 at 3:58

3

Solved

First of all, hope so this question is not too broad. Coming from front-end background I'm thinking to start learning one of JavaScript-related frameworks for mobile development. And here comes the...
Fawnfawna asked 4/11, 2019 at 12:56

1

I have created simple Ionic 4 / Capacitor PWA app and it works fine on the device and PC browser. I have a problem when doing a small change and publish to the firebase. Note: On the device where ...

1

I am using PushNotifications Capacitor plugin and FCM to send the notifications, everything works fine until I want to send a Push Notification with both notification and data fields on Android. Wh...

2

I used the command ngx cap open android to open my Ionic 5 project in Android Studio like described here. This works fine. In my app, i`m connecting to server which returns json data needed by...

1

Solved

When I try to click the google login on Azure B2C login page it redirect me to to another page with the error 403 disallowed_useragent. This is what I tried so far: Add Try to add the overrideUserA...
Eddington asked 21/7, 2020 at 16:16

1

Solved

I start a new project in ionic. Only install the qrscenner plugin. After run command ionic cap build android run success. Then i run app in Android Studio, get error: error: cannot find symbol imp...
Manella asked 4/6, 2020 at 13:23

1

Solved

My project in Ionic 5 and using Capacitor 2.1.2. I have installed Firebase X for capacitor using the following code. npm install cordova-plugin-firebasex npm install @ionic-native/firebase-x Whe...
Exhibition asked 31/5, 2020 at 21:29

2

I'm trying to migrate my ionic app from cordova to capacitor. But I'm getting an error in Android build. android\capacitor-cordova-android-plugins\src\main\java\nl\xservices\plugins\FilePro...
Slotter asked 9/4, 2020 at 12:23

0

I do get this in Xcode while running in the simulator: [assertion] Error acquiring assertion: <NSError: 0x600002981c20; domain: RBSAssertionErrorDomain; code: 2; reason: "Client is missing requ...
Citronellal asked 17/5, 2020 at 19:31

0

I have an ionic 4 capacitor app that is working properly on iOS. I am using Angular 8 with lazyloading. However, whenever I want to run the android app, I get a significant amount of errors saying...
Tibbs asked 16/5, 2020 at 1:41

1

Solved

How to catch this exception for web implementation, or to proceed with Push Notification for web. If anyone can help me with it, it will be very helpful. ☺ Code that I have implemented: PushNotific...
Illyes asked 1/5, 2020 at 20:42

1

Solved

I am new to the capacitor and developing an application where I am making changes into code and running ionic build npx cap copy npx cap open android And it is also recommended to use npx cap ...
Brooklime asked 20/4, 2020 at 13:12

0

In android studio for macOS systems, I'm trying to run an app that use the mobile camera. When I run the app with a virtual device, all works fine, but when I click on the button that starts the c...
Jihad asked 13/4, 2020 at 23:34

1

Solved

I'm creating an ionic capacitor application. In my app I have to use QR Scanner so I used https://ionicframework.com/docs/native/qr-scanner plugin to integrate qr scanner. Then I do ionic capacitor...
Heine asked 9/4, 2020 at 6:36

2

Solved

After I have run the latest update on my iphone and then want to deploy the app to my iphone using XCode, the app is started on the iphone and then the splash screen freezes. In XCode the following...
Bosley asked 20/2, 2020 at 2:14

2

Solved

I'm developing a mobile app with Ionic 4, Capacitor and some Cordova plugins and have run into a problem when attempting to run the app on Android. Android Studio refuses to run the project and pri...

2

Solved

Capacitor provides an App plugin that allows to get a call back when the application goes background or foreground. But how to get the application isActive value (a.k.a. foreground/background state...
Malaise asked 27/2, 2020 at 14:4

1

I have an ionic 4 project with capacitor. I tried to open and build an iOS version. The Xcode successfully build and install the app. But when the app is running it freezes at splash screen and I g...
Caen asked 12/1, 2020 at 9:40

1

Solved

I upgraded my Ionic 4 application by these two commands: # Upgrading to Ionic 5 npm install @ionic/angular@latest @ionic/angular-toolkit@latest --save # Upgrading to Angular 9 ng update @angular/...
Bracteate asked 12/2, 2020 at 5:59

1

Solved

I am working on ionic 4 using capacitor. I tried to call an api from localhost but am getting this error There was an error with the request: Cleartext HTTP traffic to localhost not permitted!!
Costotomy asked 5/2, 2020 at 19:0

2

Solved

I have just installed Capacitor and it seems there is no need to add platform ready event. I have tried this code: async initializeApp() { await Browser.open({ url: 'https://www.google.com' })...
Archipelago asked 6/6, 2018 at 18:56

3

I have recently published my Ionic 4 Angular App both as web app and as native Android app. In the native Android app, everything works fine, except saving a downloaded file. To download and save...
Harrington asked 18/6, 2019 at 7:48

1

Solved

Is it possible to set a default origin of https://example.org as opposed to the standard http://localhost on an Android Capacitor app?
Hooray asked 13/12, 2019 at 9:46

1

Solved

In an Capacitor/Ionic/Angular app I am trying to allow a user to take a video, view it in a <video> tag, and I also need to be able to send the video data in a POST request when the user subm...
Ariellearies asked 18/11, 2019 at 11:28

© 2022 - 2024 — McMap. All rights reserved.