cordova-plugin

Cordova recover Phone Number and IMEI Android and iOS

I need to retrieve the phone number and imei with cordova, I tested some plugins but on my device that I am testing did not work some My Device is dual sim and with android 7.1 Is there any way to recover phone number and imei in both cases ?

Error in Ionic and Cordova build: An error occurred while running cordova build android --debug (exit code 1):

I'm trying to compile my application, but it gives the following message:: > cordova build android --debug × Running com ... oked at the environment variables, and they seem to be all right, see: Android and Java are up to date. What can it be?

Cordova PayPal plugin in Ionic using Real (BRL)

I installed the PayPal plugin in an Ionic application following this tutorial: https://ionicframework.com/docs/native/paypal ... arried out in an app in Brazil, passing BRL as currency. Has anyone managed to implement PayPal in Ionic/Cordova / Angular?

Autofocus on an input making the keyboard appear and first mauiscula

I am using Cordova to develop my app using HTML, CSS and JavaScript. When I use the Command "Prompt" for the operator to inse ... ['Ok', 'Cancelar'], // Botões disponíveis ''); // Texto padrão }

Mobile vibrating in silent mode even with the vibrate: null property using the local Notification plugin in ionic

I want my app to show a progress bar when I start a download or upload. For this I am using fileTransfer plugins, local notif ... acao.update({ id: 1, sound: null, vibrate : null, progressBar: { value: this.aux } }); } })