Questions tagged as 'ionic'

1
answer

error in $ http with ionic and spring

I have an API with spring framework follow the method below: @RequestMapping(value = "/users", method = RequestMethod.GET) public @ResponseBody ResponseEntity<List<Usuario>> listUsers () { return new ResponseEntity<List<U...
asked by 08.02.2016 / 15:30
2
answers

How to login with php and session in ionic?

I'm making a mobile application with ionic and I need to login to external database users, I need to know how I can login through php and create a session with id of user ?     
asked by 05.08.2015 / 16:17
1
answer

How to put default value in an input type hidden in angularjs with ionic?

Good evening, I have a mobile app, I'm submitting a form with a input type hidden but I want this input to have the value passed from another controller but I'm not able to pass since I tried ng-init but it does not work Inp...
asked by 24.09.2015 / 21:49
1
answer

Design requirements for publishing applications in the AppStore

I am developing an Ionic application, I have checked the layout / design documentation for AppStore applications, but would like to know if there is any design requirement that I should be concerned about. Example: Can my application be declined...
asked by 15.08.2018 / 21:53
1
answer

Upload image to server Apache2 - Ionic 3 + PHP

Based on a tutorial ( link ) I made an application to upload images on an Apache server, as described in the previous link. In the created provider I put the URI of my machine on the network running Apache2 with the file parse-upload.php (which...
asked by 16.11.2018 / 18:15
1
answer

How to do when clicking on the ok of the alert, only then go to another page?

Well, guys, I'm learning ionic now in college, and I wonder if it's possible, in an alert, to make it only after the user clicks 'ok', in my case 'change', it goes to a certain page? Thank you for your attention. Code: presentConfirm() { let...
asked by 11.11.2017 / 22:56
1
answer

CSS options menu

Good morning, I need to create a menu in the right corner like the example, but I'm not able to ... When you click on my button you need to open the menu on top of the button without leaving the screen I need it to look like this: f...
asked by 30.10.2017 / 14:18
1
answer

How to sort by several fields with Ionic and / or AngularJS of a JSON?

I'm trying to sort fields dynamically by Ionic and AngularJs. I started by using the Modal Select plugin with the button like this: <button class="button button-stable button-block icon-left ion-android-restaurant" modal-select="" ng-mode...
asked by 07.04.2017 / 14:51
1
answer

Generators are only available for Ionic 2 projects

I can not resolve the following error: Generators are only available for Ionic 2 projects (CLI v2.1.8) Your system information: Cordova CLI: 6.4.0 Ionic CLI Version: 2.1.8 Ionic App Lib Version: 2.1.4 ios-deploy version: Not installed ios-s...
asked by 17.11.2016 / 18:57
1
answer

ionic-native / http issues "NullInjectorError: No provider for HTTP!"

I'm starting in ionic 3.2 with angular, as per the linking documentation I installed on the project the @ionic-native/http module with the following commands via CMD: ionic cordova plugin add cordova-plugin-advanced-http npm install...
asked by 19.03.2018 / 02:33