-
Hi,
I'm using Insomnia on a Ionic4 app in this way:
`
if (this.platform.is('cordova')) {
this.insomnia.keepAwake()
.then(
(res) => {
console.log(`'@ al…
-
I just installed Ionic Lab (v0.29.1) and tried a number of projects, but all with the same result.
I'm getting the following error when clicking on the "Install" button for iOS or Android.
`No versi…
-
When you click on an input on Android, the view is not resizing to account for the keyboard. The view is also unscrollable so you cannot move up nor down the page. If the input you have selected is lo…
-
I am having trouble to build my ionic project , i am getting this error as you can see in the attachment
ionic info
`Ionic:
Ionic CLI : 5.4.16 (/usr/local/lib/node_…
-
I have had the date picker working in the past. I did a clean install on my machine and now it is completely unresponsive, as if it was not installed.
Here are some things I've done:
- I ran GapDebug…
-
Hi this error -> Request failed: unauthorized (401) when you try the login() method.
I installed everything according to the docs. Please, I need to fix this, all users are gonna be compromised y t…
-
# Bug Report
## Problem
### What is expected to happen?
If we don't specify `"storePassword"` or `"password"` in `build.json`, then `cordova build android --release` will prompt for the passw…
-
**Expected Behaviour**
when a message sends from fcm console device should receive the notification.
**Actual Behaviour**
Notifications received in 4.4,7,6 android versions, not in oreo(8.0…
-
#### Short description of the problem:
Running **ionic serve** on my project does not complete. This just started happening. It gets stuck on the **transpile started** task.
**Which @ionic/app…
-
Olá,
Quando defino uma mask do tipo telefone: [brmasker]="{form: formulario.get('celular'), phone: true}"
e o campo já vem preenchido:
celular: [this.cliente.celular, [Validators.required, Valid…