Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
26 views

package com.app_name.app; import com.getcapacitor.BridgeActivity; import android.os.Bundle; import android.graphics.Color; // import android.webkit.WebView; public class ...
Bear Bile Farming is Torture's user avatar
-1 votes
0 answers
48 views

I'm building an Android app using React and Capacitor v7. Occasionally, when the app is opened from a cold start or resumed from the background, a white screen appears briefly before my app's UI loads....
Bear Bile Farming is Torture's user avatar
-1 votes
1 answer
45 views

I'm building an Ionic + Capacitor app that uses the @capacitor-community/sqlite plugin for local database storage. I'm trying to export the entire SQLite database as a JSON backup file and save it ...
Rahul Thakur's user avatar
0 votes
0 answers
30 views

I’m developing an app using Ionic v8 and Capacitor 7, and I’m trying to integrate the @capacitor-community/sqlite plugin. However, when I run the app on an Android device, I get the following error: ...
Christian Alves's user avatar
-1 votes
1 answer
72 views

I have an existing web app consisting of plan HTML, Javascript and CSS, and a back-end web server. Is it possible to use capacitor in this setting? Are there any official examples? When I follow the ...
ealfonso's user avatar
  • 7,514
0 votes
0 answers
45 views

I am getting a strange error in my Ionic iOS app. When I click on any input or I go out of the app and return back to it from the background, my whole app gets squeezed. Ionic version: 7.2.1 Capacitor ...
Mohammed Puthawala's user avatar
-1 votes
2 answers
107 views

I have a React web app wrapped with Capacitor and running on Android. My backend is a Node.js server running on my local machine with IP 10.0.0.193:3000. When I open the backend in my phone’s browser,...
Bear Bile Farming is Torture's user avatar
0 votes
0 answers
80 views

when using the MSAL for Angular on Android with ionic and capacitor, the user is forced to login each time, when he is opening the application. Is there any way to store somehow user authentication ...
Ibrahim Maronga's user avatar
0 votes
0 answers
65 views

Hybrid app (Vue 3 + Capacitor 5) with cordova-plugin-purchase v13 for Google Play subscriptions. App is installed from Google Play Internal testing (opt-in link). The tester account is added to ...
Evgesha's user avatar
  • 13
0 votes
0 answers
33 views

I’m building a React + Capacitor app with a sticky header (position: sticky; top: 0;). On iOS (Safari PWA and Capacitor WebView), when the keyboard opens, the header suddenly stretches down as if safe-...
fadyzar's user avatar
  • 21
0 votes
0 answers
68 views

I have a React web app that I’m running inside a Capacitor container. The backend issues an HttpOnly cookie (refresh_token) for authentication. When I test in a normal browser, everything works: ...
Bear Bile Farming is Torture's user avatar
0 votes
0 answers
55 views

I’m developing a hybrid Android app using Capacitor (WebView). I’ve run into a strange bug that I cannot reproduce in Chrome browser, but only in Android’s WebView: When the user taps a “label for”, ...
Erakx's user avatar
  • 91
0 votes
1 answer
78 views

I have an Ionic Android application that collects data from three BLE beacon sensors. The app has a continuous active BLE scan to read BLE data and save it to a SQLite DB. Every two minutes the scan ...
Matteo Cappello's user avatar
0 votes
1 answer
515 views

I'm trying to sync my project in Android Studio. I get these two errors: 1. Could not resolve all dependencies for configuration ':app:debugRuntimeClasspathCopy'. Cannot select root node '...
filifunk's user avatar
  • 877
2 votes
0 answers
100 views

I'm developing an Android app using Ionic 7 + Capacitor, and I'm facing a frustrating issue: Samsung Keyboard does not show predictive text suggestions (T9) in my app — neither with <ion-textarea&...
fbdev1907's user avatar
  • 128
1 vote
0 answers
62 views

I have an ionic app with an android build, so it runs a fullscreen WebView. When the device is using 3-button navigation mode, the navigation buttons don't dynamically adapt their color. When using ...
aaltepet's user avatar
1 vote
1 answer
479 views

I am learning about capacitorjs, and trying to build a simple android app using it. I created a new capacitorjs project with npm init @capacitor/app@latest. I am using vanilla html/css/js and wrote a ...
degD's user avatar
  • 68
0 votes
1 answer
45 views

I want to write a lightweight Capacitor Plugin for Android, that is it is not an Android project itself just the java classes. I have done everything that is explained out there: 1- Create the plugin ...
peter_the_oak's user avatar
0 votes
0 answers
74 views

I’m building a mobile app using Capacitor with React (not React Native). I want to implement an audio player that supports lock screen and notification center controls (play/pause, skip, etc.). I’m ...
ZDER's user avatar
  • 3
0 votes
0 answers
137 views

I'm tried to convert angular app to vue 3, but i get some problems. There are: black window while i call startScan() but android says that camera in using and all permissions allowed function scan() ...
THE BEST OF THE BESTS's user avatar
0 votes
1 answer
102 views

I'm developing an Android app using Angular + Capacitor. I implemented a custom update mechanism that downloads a .zip file from my server, extracts it to a custom folder inside FilesystemDirectory....
Mike's user avatar
  • 423
0 votes
0 answers
43 views

I'm developing a mobile app using Angular + Ionic + Capacitor, which consumes a Node.js (Express) REST API. Everything works perfectly when running the app in the browser on PC or mobile, but when I ...
ANGEL MUNOZ CORTES's user avatar
0 votes
1 answer
62 views

I am creating an Ionic app with Angular 19 and using Capacitor. I am facing an issue only on iOS in web and android it works like a clock. The code: Login Component: notificationService = inject(...
Ibraheem Yasir's user avatar
0 votes
0 answers
57 views

Am using Google Authentication in capacitorJS Project. I keep on getting FirebaseError: Firebase: Error (auth/popup-blocked). Ive ensured that my browser isnt blockingf any pop-ups or redirects Ive ...
Andrew Macharia's user avatar
0 votes
0 answers
27 views

I have a hybrid Android application built with Vue.js and Capacitor that needs to print small labels on a Brother label printer. Everything else works, but the printed label comes out at 50 mm × 29 mm ...
tukinu's user avatar
  • 1

1
2 3 4 5
47