Questions tagged as 'cordova-plugin'

0
answers

Error: Failed to execute shell command "getprop, dev.bootcomplete"

Comrades, I'm having a problem while running "ionic cordova run android --target = name of my device". The emulator normally opens with the Nexus 5X API 26 but before fully starting the emulator it returns this error: // Error: Failed t...
asked by 23.11.2017 / 01:48
1
answer

Geo-location on Ionic np Android cause error: Only secure origins are allowed (see: https://goo.gl/Y0ZkNV)

I'm using the plugin: link link Within the project I created a simple example: home.html My Location home.ts //Chamado por um botão start() { this.geolocation.getCurrentPosition(opts).then((resp: any) => {...
asked by 10.12.2018 / 20:17
1
answer

Ionic 1: Error compiling for iOS - [ERROR] An error occurred while running cordova build ios (exit code 1)

I'm compiling for the first time on the Mac, for the iPhone, when I type the command to compile: cordova build ios The error appears: [ERROR] An error occurred while running cordova build ios (exit code 1). I do not know what I'm doing...
asked by 25.10.2017 / 19:58
1
answer

Open gallery [CORDOVA]

I have a webview app from a my site. In this site has an image upload tab, I need my app open the gallery of my cell phone, however, it does not open at all. I already tried to install some plugins but it did not work either. Has anyone ever exp...
asked by 29.12.2017 / 03:31
1
answer

Compiling Ionic on MAC: Adding plugin says "Requirements check failed for JDK 1.8 or greater" but already installed

When I add the iOS platform on the Mac, it gives the message that the file transfer plugin was not installed, to try with -force. But when installing with the command: cordova plugin rm cordova-plugin-file-transfer --force Give the follo...
asked by 26.10.2017 / 01:53
1
answer

Error in compiling Ionic and Cordova: 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 command - failed! [ERROR] An error occurred while running cordova build android --debug (exit code 1): Running com...
asked by 03.10.2017 / 00:41
1
answer

How to change the loading screen of Ionic 3 [closed]

How to change the Ionic default loading screen?     
asked by 15.08.2017 / 03:34
1
answer

Uploading Images Not working

I'm using cordova to pass my application WEB to Android . In my web application I upload images using the basic HTML tags <ipnut type='file' > . when I install the application in Android I can not upload im...
asked by 08.08.2017 / 17:01
3
answers

Error: Failed to find 'ANDROID_HOME' environment variable

I am a beginner in mobile development and was studying IONIC, when I was trying to generate the test project apk gave the following error:    WARN: ionic.project has been renamed to ionic.config.json, please   rename it Running command:   /ho...
asked by 08.01.2017 / 18:59
0
answers

My ionic 3 app is locking on the Splash Screen screen in IOS

my ionic app 3, is locking on the Splash Screen screen in IOS. time it opens perfectly, time it gets caught on the screen. The problem persists only in IOS on Android works perfectly. initializeApp() { this.platform.ready().then(() =&g...
asked by 25.01.2018 / 13:38