All Questions
78 questions
0
votes
0
answers
75
views
How to prevent android keyboard to overlap input on capacitor / ionic / angular?
Keyboard overlaps the input, and it's horrible for the ui
app screenshot
I'm a beginner on ionic development...
Using capacitor 7 with angular and following the docs changed the capacitor.config.ts ...
0
votes
0
answers
43
views
API key not found - Google Maps issue
I am trying to run a build on my android device. Inside my android manifest .xml file, I have the recommended syntax that the error suggests.
<application
<meta-data
android:name=...
0
votes
0
answers
131
views
Angular Ionic - Blank Screen
I'm encountering an issue with Ionic Angular and would appreciate some help.
I've worked on several Ionic projects in the past without significant issues. Recently, I decided to create a new blank ...
0
votes
0
answers
91
views
Ionic Angular app with flickering blank content inside modal when testing on MI PAD 4 device
There is a modal in our login page that user's can interact with to configurate some internal app params.
While some parts of the modal are visible to the user, the modal content that contains the ...
0
votes
0
answers
71
views
Ionic/Angular horizontal slider in mobile app
I am really new to angular and to mobile app programming and I would like to ask something about my situation, right now I have this html code:
<div cdkDropList id="originalList" ...
1
vote
0
answers
243
views
Updating Ionic and Cordova CLI causes error when syncing iOS with Capacitor
I am facing problem when trying to compile ionic app for ios, it works on this stack
Cordova CLI 10.0.0
Ionic CLI 6.18.0
Node.js 16.13.0
Node.js versions
12.22.7 / 14.18.1 / 16.13.0
npm 8.1.0
Yarn 1....
-1
votes
1
answer
1k
views
Check if Capacitor App is installed from its web version
I have an app that is running as both mobile app (iOS and Android, using Capacitor) and as normal website in browser (using Vue+Ionic) - both share a single code base.
To increase app usage, I would ...
0
votes
1
answer
1k
views
Set custom markerId in Capacitor Google Maps Plugin
I want to use the Capacitor Plugin for Google Maps in Ionic and display custom Markers on the Map. So far so good, but i saw that you dont set an id when adding marker to the map... but when you use ...
0
votes
1
answer
71
views
No provider for Camera-Injection-Error (with provider in Module.ts) in Ionic Angular
im trying to make an app with ionic-angular using ionic/ngx camera, but I keep getting this error in spite of adding the camera provider in the module.ts section.
This is the error
And this is my ...
1
vote
0
answers
939
views
My app is recognized as a game on Samsung devices
There was no problem in the development phase of my application, but after it was uploaded to the Play Store, I started having problems.
When I open the application, Game Booster mode automatically ...
0
votes
1
answer
940
views
Ionic 6 : ion-datetime opens keyboard on mobile device
I'm using the ion-datetime component from Ionic 6 with ionic/angular.
The time-selector is opened, a pop-over is shown with two ion-picker-internal to select hour and minute. You can swipe up and down ...
0
votes
0
answers
468
views
FCM Ionic Android notification not received when app is force closed
I am currently generating a data only FCM to my ionic application which will then create a local notification on the mobile application (android).
It works fine when the app is in foreground/...
1
vote
1
answer
565
views
Detect long press on keyboard key (Ionic, Android)
I have an Ionic (5) app and I want to detect a long press on a key (keyboard) when the app is running on a mobile device (I'm testing on Android).
I added (keyup) and (keydown) to a ion-input, and ...
0
votes
1
answer
364
views
hardware back button is called twice ionic5
I try to configure hardware back button and call a function inside it:
import { Platform } from '@ionic/angular';
constructor(private platform: Platform) {
this.platform.backButton....
0
votes
1
answer
305
views
XODO Pdf Reader: how to open PDF document outside of the Android app (Ionic-based)
when I open PDF file using XODO Pdf Reader from my Android app (written in Ionic framework), it opens within the app.
If I use another PDF app, it opens outside of the app.
Is it possible to somehow ...