Questions tagged as 'ionic'

1
answer

How do I get the apk of my IONIC application

Following the documentation , there should be two simple commands: To include the platform: ionic platform ios android To compile: ionic build android However, I'm getting a lot of red error in the terminal, as shown bel...
asked by 05.11.2015 / 13:22
3
answers

Help with QR Code reader in Cordova

I'm trying to make the app (cordova + onsen) read a QR code and when reading open the link contained in the QR, but instead of opening the link it tries to open a page in the root of the application (file: // android_asset / www / barcode.result...
asked by 13.11.2015 / 01:31
1
answer

Testing app locally in browser?

I am trying to develop a hybrid application using ionic and angularjs and for this I am testing in the browser. When I do ionic serve it creates a local server with the address localhost:8100/#/main and my webservice is also in...
asked by 13.11.2015 / 03:15
1
answer

Ion-footer-bar on the ion-list?

I'm creating an endless list in the ionic . I have ion-footer-bar in the index and after that list bring all information from the Webservice in the last record ion-footer-bar is over the registry. I'm trying to use $scope.$broa...
asked by 22.12.2015 / 01:09
1
answer

Adding Admob to Ionic?

I'm trying to put monetization in my ionic app. Searching, I found some examples but I'm not getting it to work. The banner simply does not appear. Follow this example , which is quite simple, but I can not get it to work, the banner does no...
asked by 15.12.2015 / 17:22
1
answer

Ionic's Apk does not work. White screen

Good morning, I've created an application on Ionic, it works perfectly when I use ionic serve The ionic can generate the Build without any error, however after installing the apk appears only the header and then a white screen. Has anyone e...
asked by 03.09.2015 / 08:20
2
answers

Open numeric keypad automatically

I have a page with a numeric input with autofocus: <input type="number" placeholder="Informe" ng-model='leitura.leituraatual' required="true" autofocus="true"> The problem is that the keyboard appears in Text mode instead of numeric m...
asked by 08.09.2015 / 22:45
1
answer

First page - Ionic and ui-router

I'm defining an application opening page, where a list is displayed and clicking an item, the user is directed to a page that contains tabs . As shown below: Eachtabshoulddisplaythecontentsofanhtmlpage(view).However,Iamnotabletodispl...
asked by 06.07.2015 / 20:37
1
answer

IONIC / PHONEGAP build error

I use a Mac, I tried to give the commands sudo ionic build ios / sudo ionic build android, however, I get the error below:    Error: spawn EACCES       at exports._errnoException (util.js: 746: 11)       at ChildProcess.spawn (child_process.j...
asked by 15.04.2015 / 22:32
2
answers

Permission Denied in Firebase

I'm developing an app with ionic 3 and Firebase ... In the Realtime Database rules, the problem arises: I try put the rules pro type "user", but the following error appears:    ERROR Error: Uncaught (in promise): Error: PERMISSION_DENIED:...
asked by 19.09.2018 / 20:52