Questions tagged as 'ionic'

1
answer

Change APP icon after installed - IONIC

I am developing an APP in ionic 1.x and would like to know if it is possible to change the APP icon after it is installed on the user's phone. I saw some solutions but all in native code of their devices. Does anyone have this knowledge?...
asked by 05.09.2016 / 14:42
1
answer

How to add x icon in check box

I need to add a X in the check box that is not active, I can add when it is active V . I'm using íon Framework to help me in styling. Here is the code for check : <li class="item item-checkbox widget uib_w_70 d-mar...
asked by 08.10.2015 / 13:28
1
answer

How do I change the id of my IONIC application to add to the Google Play Console?

I'm trying to publish my app to the Google Play Console, but the following message appears when I add the SDK.    Use a different package name. "io.ionic.starter" already exists on Google Play. But in my config.xml file, my id is li...
asked by 20.07.2018 / 04:37
2
answers

Open app google maps via link by ionic 3

I need to make a link that opens google maps external app on android and ios (apple maps) that opens with a marker in a certain coordinate. So far, through the research I found something similar to the one presented here: iOS (launching Apple...
asked by 23.10.2017 / 15:50
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

How to get the ng-value of checkbox in AngularJS / Ionic

Imagine a traditional application in AngularJS <!DOCTYPE html> <html ng-app> <head> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.5/angular.min.js"></script><title>...
asked by 29.08.2017 / 05:48
1
answer

Initialize IONIC server.js 1 to run in "production"

SHOULD SERVER.JS BE INITIATED SO I PERFORM IT ON MY MOBILE PHONE? How could I configure it to work this way? This is because I have a service in Mongo, and it needs to be execute the connection with Mongo that is implemented in server.js...
asked by 20.03.2017 / 01:11
1
answer

Error trying to generate apk ionic v2

   Command: ionic build android --prod Environment Variables:    ANDROID_HOME C:\Android\sdk    CLASSPATH .;%JAVA_HOME%    JAVA_HOME C:\Program Files (x86)\Java\jdk1.8.0_121    Path ;%JAVA_HOME%\bin    Error:...
asked by 07.02.2017 / 16:41
2
answers

Show Map with ionic point 2

Personal use ionic 2 beta in a project with ts, has the cordenadas of a point, I would like to know how I can do to put the map with the current position of the user and a marker in the saved coordinates. How can I do it ? Thanks     
asked by 21.10.2016 / 00:43
1
answer

How to display a menu according to the type of user logged in with Ionic / Angularjs?

Hello, I have two types of users: buyer and seller. How to display a menu according to the type of user logged in with Ionic / Angularjs? Currently, and it does not work well, I'm putting in every menu item an ng-show: ng-show="permissao...
asked by 01.02.2017 / 13:48