Most voted "ionic" questions
Ionic is an application development framework for mobile devices that aims to develop hybrid apps and fast and easy development, using HTML, CSS and Javascript.
Learn more…919 questions
Sort by count of
-
3
votes0
answers95
viewsFile Api Cordova/phonegap
I need help, I can not make work the File api, the commands run all successfully, but when I enter my mobile file manager I can not find the file created I’m using ng-Ordova now, but I’ve tested it…
-
3
votes1
answer383
viewsVersionar app in Cordova
I have an application made with Ionic + Cordova and I would like to start versioning it for better control and start distributing only I forget to change the version manually to each build besides…
-
3
votes3
answers8860
viewsIonic is not recognized as an internal command
I’m trying to create an app with Ionic but this error happens: 'Ionic' is not recognized as an internal command or external, a operable program or a batch file.
-
3
votes2
answers139
viewsTypescript Error Ionic 2
Following Error: Type 'typeof Loginpage' is not Assignable to type 'typeof Homepage'. Code: import { LoginPage } from '../pages/login/login'; if(user) { this.rootPage = HomePage; } else {…
-
3
votes2
answers263
viewsI’m not able to create notifications with the $cordovaLocalNotification plugin using IONIC
I tried to do based on the code of this site: https://devdactic.com/local-notifications-ionic/ But when I press the "Add notification" button this error appears: ionic.bundle.js:26771…
-
3
votes1
answer1025
viewsHow to change the color of Ion-item Input and Android Bar?
How do I change from "blue" when I click the input to the color I want in the ion-input? I just managed to change the placeholder color with: *::-webkit-input-placeholder { color: rgb(255,255,255)…
-
3
votes2
answers681
viewsHow to disable button after sending message?
I have an Ionic app that sends messages. Already helped me, here in the same forum, to make a way that does not allow the user to touch the send button, without having typed anything, so the message…
-
3
votes2
answers1282
viewsHow to run a Function after entering the Controller in Angularjs?
I have the following problem, I have more than one state of navigation in the angular that uses the same controller, so: .state('app.estado-navegacao-1', { url: "/estado-navegacao-1", views: {…
-
3
votes0
answers617
viewsHow to make an Ionic Collapse?
I’m trying to make a collapse and it’s like this: HTML <ion-content> {{topical.}} <ion-item *ngFor="let aulas of topicos.get_classes" [hidden]="deixainvisivel" menuClose ion-item…
-
3
votes1
answer44
viewsAngular function does not load in time?
When I try to use the following code in a website template: <img src="{{getImage(estabelecimento)}}"> The image loads correctly, but before loading this error appears on the console: GET…
-
3
votes2
answers1422
viewsApplication rejected by Apple Ipv6 error
I developed a hybrid application using Ionic and when sending it to the Apple Store review it was rejected, I got the following error message: We discovered one or more bugs in your app when…
-
3
votes1
answer37
viewsIs it possible to have native content(layouts, classes) in a hybrid application?
I need to run some native Android layouts and classes in my Ionic project there are some plugin?
-
3
votes1
answer332
viewsBeginner with firebase
I want to implement firebase in my app (Ionic). When I test a message: Unknown Provider: $firebaseArrayProvider <- $firebaseArray <- Loginctrl Should I declare my firebase settings in the…
-
3
votes0
answers2186
viewsCreating background services in Ionic with Cordova or java
I have an application that I started to do with Ionic. A priori will be compiled only for android. In this application the user will perform some registrations, which will be saved locally and every…
-
3
votes1
answer3007
views -
3
votes0
answers291
viewsFacebook login with Ionic
I’m trying to develop an application with Ionic that integrates with facebook, however I’m having some problems. I have seen similar discussions but no answer or solution. The problem is this: I…
-
3
votes1
answer419
views -
3
votes1
answer183
viewsNavigation by Id Ionic 2
hello. I am developing an application with Ionic 2 and I am with the following situation. I have 2 tables, 'stores' and 'publications'. My question is, how to do from the 'store' listing to open…
-
3
votes1
answer1234
viewsIonic-Native/http emits error "Nullinjectorerror: No Provider for HTTP!"
I’m starting at the Ionic 3.2 angled, as documented https://ionicframework.com/docs/native/http/ I installed the module in the project @ionic-native/http with the following commands via CMD: ionic…
-
3
votes0
answers200
viewsHow to get sense of the device using gyroscope and accelerometer? Ionic 3
I’m developing an application in Ionic 3, where I need to know what direction the user’s phone is pointing to, and then make the decision. I was trying to use the plugin Device Orientation, which…
-
3
votes1
answer222
viewsHelp to get decimal value of mask input (Ionic 3 + br Masker)
I am having a hard time with a problem that I believe is very easy to solve, but I am struggling hard enough to reach such a solution. I have a simple input that format using the brmasker library…
-
3
votes1
answer56
viewsHow do I pass a variable in an id field in html?
Devs! I have the following problem: On my Ionic html page, I have a structure that creates some elements based on how many photos I have in my Storage (internal database) <ion-col size="6"…
-
2
votes2
answers655
viewsModule error in Angularjs
I cannot understand and correct this error. I am using Ionic. Uncaught Error: [$injector:modulerr] Failed to instantiate module inparty due to: Error: [$injector:modulerr] Failed to instantiate…
-
2
votes1
answer116
viewsError when building IONIC/PHONEGAP
I use a Mac, tried to give the sudo Ionic build Ios commands / sudo Ionic build android, however, I get the error below: Error: Spawn EACCES at Exports. _errnoException (util.js:746:11) At…
-
2
votes2
answers384
viewsRun callback on close android keyboard
I have a app running with Cordova and Ionic. In this app i would like to effect an action in particular controller when the keyboard closes completely. Today I’m using…
-
2
votes2
answers2629
viewsHow to login with php and Session on Ionic?
I’m making a mobile app with ionic and I have to log in users from an external database, I need to know how to log in via php and create a session with id user’s ?
-
2
votes2
answers2726
viewsIonic Apk does not work. White screen
Good morning, I created an application in Ionic, it works perfectly, when I use ionic serve Ionic can generate Build without any error, but after installing apk only the header appears and then a…
-
2
votes1
answer1724
viewsHow to store images in a Javascript object?
I’m developing an app that consists of a map and a camera. At the moment, I want to add the possibility of the user taking a photo with the camera and marking on the map where this photo was taken,…
-
2
votes2
answers2095
viewsOpen 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…
-
2
votes1
answer256
viewsFront page - Ionic and ui-router
I am setting an application opening page, where a list is displayed and clicking on an item, the user is directed to a page that contains tabs. As shown below: Each tab should display the contents…
-
2
votes0
answers313
viewsSaving data in local bank with Ionic
Is it possible to save data to a local database on my computer by running the app on my phone? For example, I created an app on Ionic, where I register names, and when I save it, I want it saved to…
-
2
votes2
answers25433
viewsDisable Access-Control-Allow-Origin in Chrome and Firefox
I’m developing an app using Ionic on Macbook with OS X Yosemite. When trying to send data via POST or receive via GET to a remote server, error appears: Chrome: Xmlhttprequest cannot load…
-
2
votes1
answer810
viewsAdding Admob to the 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 just doesn’t appear. I followed that example, that is pretty simple by the…
-
2
votes1
answer2597
viewsHelp with installing Ionic Framework for Mobile Development
To install the nodejs more clearly, I followed the example given through the site below, in the error note below, says that the version I am using is: 0.13.0-pre…
-
2
votes1
answer954
viewsHow to show data from a Session in Angularjs?
I’m making a mobile app I already have login working and saving the values I want in Sesssion now I don’t know and how to show these values in the page after login. Controller…
-
2
votes1
answer348
viewsHow to put default value on input type Hidden in Angularjs with Ionic?
Good night, I have a mobile app, I’m submitting a form with a input type hidden but I want that input to have the value passed from another controller but I’m not getting through I tried ng-init but…
-
2
votes1
answer79
views$http error with Ionic and spring
have an API with spring framework follows the method below: @RequestMapping(value = "/users", method = RequestMethod.GET) public @ResponseBody ResponseEntity<List<Usuario>> listUsers ()…
-
2
votes4
answers810
viewsValidate Javascript fields
I have several fields and others in display:none (In advance I notice that I have walked in the stack and I even found a similar question but I could not have the expected result.) I need to…
-
2
votes1
answer13076
viewsHow do I generate the "apk" of my IONIC application
Following the documentation, 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 on the…
-
2
votes3
answers791
viewsHelp 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 open the link it tries to open a page at the application root…
-
2
votes1
answer8587
viewsTesting app locally in the browser?
I am trying to develop a hybrid application using Ionic and Angularjs and for that I am testing in the browser. When I do ionic serve it creates a local server with the address localhost:8100/#/main…
-
2
votes2
answers556
viewsHow to change the value of an input by a Factory?
I have a <input type=file> and I want to add the image path to this input to send the form to my webservice. I can pick up the image path through a Factory and cannot change the value of that…
-
2
votes1
answer350
viewsFacebook login with Ionic/Angularjs?
I’m trying to log in to facebook with Ionic/Angularjs. Whenever I try to login returns this error: Object {errorMessage: "User cancelled dialog", errorcode: "4201"} I’m following this example: Login…
-
2
votes2
answers835
viewsHow not to repeat random numbers?
I am creating a rotary banner, and for this I use the javascript rule that draws a position in the array and displays, this already works well, the problem is that sometimes draws the same number in…
-
2
votes1
answer900
viewsHow do I call a right phone number from my ANGULAR JS AND IONIC app
I have an Ionic + Angular Js application that receives the data from the database and in these my data has the phone number as I do when clicking on it calls straight from my application. I…
-
2
votes1
answer119
viewsIonic and Angularjs: How to filter repeated names in ngRepeat
How to filter, with Ionic and Angularjs, repeated names in my ng-repeat? I’ve used the ui.filters and the unique only works when there are no routes, ie on Websites in mobile applications does not…
-
2
votes1
answer389
viewsIon-footer-bar on top of the ion-list?
I’m creating an endless list on Ionic. I have a ion-footer-bar in the index and after that list bring all the information of Webservice in the last record the ion-footer-bar is on the record. I’m…
-
2
votes1
answer181
viewsIonic audio capture
I made an app that captures audio by the native recorder of the phone, now I needed to take these media, how can I get this media from the phone? I did the following controller to capture…
-
2
votes1
answer447
viewsBuild Ionic app for older version of Android
I made an app with Ionic, and when climbing to the play store, it was enabled to Androids > 4.1 , except that the app is very simple, practically only query the database. Can anyone tell me if…
-
2
votes1
answer75
viewsIONIC error dependences not found
Hello I’m having error in IONIC when using commands to compile for android. Make that mistake every time I try one of those commands on ionic run android --target meuDispositivo ionic build android…