Questions tagged as 'ionic'

1
answer

configure routes and sub-routes using ui-router

I am migrating an application to angular, but I got a bit involved with the routes, especially with the sub-routes, which I have the following problems and doubts: Structure of my application The passage of the index to the loading i...
asked by 11.03.2016 / 00:44
5
answers

Change style of an input type="file"

I want to know if it is possible to change the default style that appears when placing a <input type="file" /> on our page. Here I leave a screenshot. The previous image is a screenshot of my tablet, where I save the path o...
asked by 10.05.2016 / 18:55
2
answers

How to use buttons in HTML form to choose between several options?

I am designing a registration form and the section of choice of sex is not designed as a dropdown but as three buttons that when choosing one is active and I do not know how to do this in HTML and CSS. I have tried to put a type button but it...
asked by 20.02.2018 / 14:27
1
answer

How to use your own plugin in ionic

I am trying to use a socket connected by TCP in my Ionic 3 application. To do this I follow the following steps: 1- I create an ionic application:    ionic start testTcp blank --cordova 2- I enter the directory of the application...
asked by 26.03.2018 / 12:16
3
answers

Error: Your JAVA_HOME is invalid: C: \ Program Files \ Java \ jdk1.8.0_73

I have an error trying to compile my apk using the command ionic build android The error I think was generated when java sent the update today and stayed as half installed, the error is this: Error: Failed to run "java -version",...
asked by 28.07.2016 / 05:27
1
answer

Native Storage Error, does not show the following screen - IONIC 3

I'm trying to implement a login, which has 2 registration options, one with your data that is in FB, and the other put them manually. In the first form, the user uses his / her facebook account, to obtain the corresponding data of this user...
asked by 10.08.2017 / 18:09
1
answer

Send email with ionic framework

I am trying to send an e-mail when I click on a button. I have followed a tutorial but what I have done does not work. This is my code: app.js: angular.module('starter', ['ionic']) .run(function($ionicPlatform) { $ionicPlatform.ready(...
asked by 21.07.2016 / 08:32
2
answers

Error: Requirements check failed for JDK 1.8 or greater

I wanted to launch the commands: ionic build android or ionic run android --device But he always throws me this eror: Error: Requirements check failed for JDK 1.8 or greater The version of java I have is 1.8.0_111, I have the env...
asked by 08.01.2017 / 06:36
1
answer

Center button in IONIC

It turns out that I want to center this button: <div class=""> <button class="button button-block button-positive" ng-click="facebookLogin()" style="width:300px;"> <i class="icon ion-social-facebook"></i>...
asked by 29.11.2016 / 22:14
1
answer

How to clear the navigation history in ionic framework

Hello community, have a question about the use of $ ionicHistory , which is part of Navigation the javascript / angular extensions. I would like to know how to avoid going back when it is in one of the two menus, depending on the role...
asked by 11.03.2016 / 18:11