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
-
2
votes1
answer155
viewsDoubt with Nested Observables (Angular 8 & Ionic 4)
Good afternoon, I would like guidance on the Observables. I’m making an app for learning, where I insert products in a shopping cart, these products in case would be vegetables. I will try to be…
-
2
votes2
answers1747
viewsError CORS api Post Office
I am trying to make a request for freight calculation for the post office, but when I request the request, returns the error error of CORS -- Error message: Access to XMLHttpRequest at…
-
1
votes0
answers47
viewsbuild deletes files
Would you like to know if anyone has gone through it ? when I build the app IONIC ionic build android it erases any other file that is within /js right other than app.js and controllers.js what do I…
-
1
votes0
answers58
viewsNgcordova File does not generate file
I’m using $cordovaFile(ngCordova) + Ionic for my application and I need to store a json in a local file but I’m not able to generate the file to popular with json. controller js.…
-
1
votes1
answer783
viewsCall ion-view in function
I’m starting in Ionic and Angularjs, already googlei enough and found nothing about this simple doubt. I can navigate well between the ion-view "Page1" and "Page2" using buttons: <ion-view…
-
1
votes2
answers1879
viewsCustomize header colors for a &ionicPopup
I’m looking for a way to change the colors of the header $ionicPopup but I couldn’t find any material on the Internet. The only way I found was if I create my entire template in a separate file or…
-
1
votes1
answer115
viewsIs it possible to leave it running a Youtube embed in the background on iOS?
I’m doing a project using Ionic + Cordova and wanted to know if it is possible on iPhone to leave a Youtube video running in the background when blocking the screen. By default iOS devices pause…
-
1
votes1
answer747
viewsHow to trigger share options in Angularjs with Ionic?
Good night I have a mobile app, I have seen in some apps that when I click to share that appears the options of apps installed as facebook on the phone to share would like to know how I can trigger…
-
1
votes1
answer159
viewsHow to get the city name in the ngcordova Geolocation plugin?
I have a mobile app with the plugin ngcodova Geolocation is working only with lat and long what I intend now and that the same instead of giving me the lat and long I gave it the name of the city as…
-
1
votes1
answer2051
viewsHow to call another html file in Ionic?
Good morning, I’m trying to call an html file from another html I created by Ionic, but it just doesn’t call. <label class="item item-input"> <a class="button button-clear icon-right…
-
1
votes0
answers138
viewsError while updating Cordova
When trying to update Cordova on my computer Node is generating the following error. D:\Desenv\tfs-soek\xampp\biltspot>npm install -g cordova npm ERR! Error: connect EACCES npm ERR! at…
-
1
votes0
answers69
viewsHow to populate history in the Ionic framework
Well I need to know how to populate the history of ionic framework, of own window I know it’s like this: window.history.pushState({upage:sel}, sel, document.location.origin +…
-
1
votes2
answers332
viewsMultiple Views with Angularjs and Ionic
I’m trying to add some States in my code to navigate between them, but I can’t, the only ones that work are the views that come from the sidebar. Follows code: app js.:…
-
1
votes0
answers55
viewsMake application check data update every X minutes
I have an application developed in Cordova and I would like every 1 hour for example, the application to check if there is any change in the data, I would like you to do this without the user having…
-
1
votes1
answer44
viewsregister new users using Ionic and parse
I’m working on a hybrid app using Ionic and parse. When I go to the terminal and use the command ionic serve, and then try to create a new user or login, I can with no problem, IE, the localhost is…
-
1
votes1
answer42
viewsUsing stateparams is not returning json to display in detail
Guys, I have the following problem: I have a json file, and I’m making his call like this: $http.get("../templates/teste.json").success(function (response) { $scope.x = response; }); On my route,…
-
1
votes0
answers176
viewsProblem installing ngcordova on Ionic
I have a mobile app installed the ngcordova to use plugins from it but when I try to install it never adds me lib/ngCordova in the project folder, I would like to know how to correct it. To install…
-
1
votes1
answer84
viewsError sending app to apple store - Invalid Image Path
While trying to upload the application to the apple store this presenting me the following error and I could not identify how to resolve this error. In this application I am using Ionic, previously…
-
1
votes0
answers617
viewsPrint Bluetooth Ionic Printer
Someone actually managed to print to bluetooth printer using Ionic, Ordova, phonegap some method that was not native? My project was written in Ionic, soon arose this need :(
-
1
votes1
answer383
viewsHow to add x icon at check-box
I need to add a X at the check-box that is not active, I can add when it is active the V. I’m using the íon Framework to assist me in styling. Follow the code of check: <li class="item…
-
1
votes0
answers108
viewsWhy does google plus login on Angularjs not work correctly?
I have a mobile app and I have option to login by google plus I have the controller but when I log in and choose the account the information is not saved in session.set I did following this tuturial…
-
1
votes1
answer962
viewsFilter between two Ionic dates
I have a system where when entering a page a list is loaded with some data. But I would like to make a filter to search the data between two dates. Ex: search all records between 03/10/2015 and…
-
1
votes1
answer367
viewsData Binding does not work after calling function
I have the following function: $scope.calcularTotal = function(startDate, endDate){ $scope.items = $filter('betweenDate')($scope.items, 'dataPagamento', startDate, endDate); console.log("testee:…
-
1
votes2
answers1418
viewsRedirect to External Link
Good afternoon. When I open an external page from a link in my Ionic application, it is rendered in the common browser or in the application’s own webview? If it is rendered in the webview itself,…
-
1
votes1
answer153
viewsProblems with android adb
Good morning, everyone I am Mac user and am trying to run my Ionic app on my android device, through the command... Ionic run android --device .. but the following message appears on the terminal.…
ionicasked 8 years, 7 months ago GustavoSevero 2,567 -
1
votes0
answers117
viewsWhere the file is: I am developing with Ionic/Angularjs and Sqlite
I’m trying to open the database in Sqlitebrowser, but I can’t find the file created. I used the command : window.openDatabase The alias I gave is "my.db" but I can’t find it anywhere. Where…
-
1
votes1
answer607
viewsCreate IOS directories and files using IONIC framework
I need to run a kind of CRUD in directories and files through an IOS application. This application is based on the IONIC framework, which in turn uses Cordova and Angularjs resources. Doubts are:…
-
1
votes1
answer2233
viewsOpen pages in content?
I am using Angularjs and Ionic to create hybrid applications and I have a question. I created a project with Blank template, no index.html veio criado a tag ion-content that I believe eh where it…
ionicasked 9 years ago FernandoPaiva 1,562 -
1
votes1
answer121
viewsChange programming language pro APK
I have a App in Playstore I did using the Ionic/Cordova, the App hangs a lot on the smartphone and for this reason I would like to create a new App from scratch using another programming language,…
-
1
votes0
answers595
viewsSelect gallery image and send by post?
I am creating a register of new users and in this register the user must choose his profile image(required). I can return the image of the gallery but the name of the image does not return, the…
-
1
votes1
answer213
viewsCellular Ionic http request framework
I have an Ionic page that makes request for a page in codeigniter, I send the data and receive correctly, no problems in the browser, but when I turn into . apk and I run the application on the…
-
1
votes1
answer1207
viewsHow to install IONIC with Android on Mac OSX
I’m trying to install Android on Mac OSX to start my studies in App Development. I successfully installed NPM, Cordova and IONIC. I also downloaded Android Studio and downloaded some versions of…
-
1
votes1
answer954
viewsGPS oscillating even when in a fixed location
I’m working on an Ionic app, with traceability, but the gps signal oscillates very certain 200m, even being in a fixed place, know some solution for this?
-
1
votes2
answers182
viewsWhen you do not write anything, do not appear "Type a name"
I’m working on an Ionic app. There, when I search for a photo in Google and select it, the name field is filled with the word that did the search. Now, when I select an image of the phone, the field…
-
1
votes1
answer39
viewsWhy is subheader not showing?
I’m trying to create a search bar, I’m using the bar-subheader for this but does not display. How to do this ? <ion-view view-title="Empresas"> <div class="bar bar-subheader…
-
1
votes2
answers149
viewsHow to pass an Angular Js and Ionic dependency
I’m trying to pass a dependency on my module to use a Unique filter, I need to filter names in mine Views. What happens is this: when I do it this way, in my controller, without creating routes in…
-
1
votes2
answers222
viewsHow to add a search bar to my home header (Ionic + Angularjs)
I intend to create a Serach Bar in my home I’m struggling someone can help me ? I will leave here my Controller and my Views a Home .…
-
1
votes1
answer243
viewsHow to Create an Advertising Banner for My App ? Ionic and Angular Js
I want to create a company advertising banner in my app in the footer as I do someone has some material that can explain me how to make a banner for app. like the image below where it is marked in…
-
1
votes1
answer787
viewsng-click button inside a label
My intention is for a close-up button to appear inside the input so that by clicking on it, the search query is reassembled and returns all the items again and not just the items of the search in…
-
1
votes3
answers189
viewsIon-tabs with tabs-top class on iOS?
I’m creating an app that uses tabs for navigation and set tabs to top with tabs-top. Android works fine but iOS tabs are behind the header, how to solve this ? tabs.html <ion-tabs…
-
1
votes0
answers244
viewsEdit image by adding an IONIC frame
with Cordova-plugin-camera I can already take a photo and manipulate the location of the file, but there is some other plugin or method to apply something to the photo, as a frame? 1 - I take a…
-
1
votes1
answer115
viewsForm data does not appear
I’m developing an app, in Ionic, an address book. After the form filled, added a console.log(address) in the controler to see the data, I click the save button and the data does not appear and still…
-
1
votes0
answers154
viewsMy data does not go to BD using Ionic and php
I’m developing an Ionic app. When saving, the following message appears on the console: http://localhost:8888/systems/systems_web/Ionic/vcApp/www/php/salvaEndereco.php 500 (Internal Server Error)…
-
1
votes1
answer235
viewsIonic push notifcation error
I’m doing an Ionic project to receive notifications (android) and I’m using the phonegap-plugin-push plugin. var push = PushNotification.init({ "android": {"senderID": "860498722229", icon :…
-
1
votes2
answers1393
viewsChange 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 installed on the user’s mobile phone. I saw some solutions but all in code native to your…
ionicasked 8 years, 2 months ago Marco Garcia 332 -
1
votes1
answer328
viewsRequest to API using Angularjs
I am still novice in development using Angularjs and am having problems accessing an API: .controller('RegulamentoCtrl', function($scope, $state, $http, $ionicPopup, AuthService) {…
-
1
votes1
answer2734
viewsng-value with 2 values and 2 ng-model in the same input-radio
In the ion-radio has the ng-value with 2 values. The ng-model is taking the value of ng-value. The problem here is that I want to display these 2 values of ng-value separate. ex: {{data.nomeOpc}}…
-
1
votes2
answers1198
viewsPass object between views
How could I pass a JSON object between views: angular.module('app') .controller('MeuControle', function($scope) { $scope.listaPessoas = [ { nome: "Patrick", idade: 19 }, { nome: "Joao", idade: 17 },…
-
1
votes1
answer517
viewsHow to Filter with Two Conditions using Modal in Ionic
I created a modal that filters only the categories that are registered, now I would like to take the selected items in the Checkbox of this modal and filter according to the categories selected by…
-
1
votes2
answers308
viewsShow Map with point Ionic 2
Personal use Ionic 2 beta in a project with ts, has the coordinates of a point, I wonder how I can put the map with the current position of the user and a marker in the saved coordinates. How can I…