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
-
0
votes0
answers24
viewsError: Platform not recognized as a core Cordova pltatfomr
I have the whole environment configured for Ionic, Environment variables: ANDROID_HOME = C: Program Files (x86) Android-sdk No path got : %ANDROID_HOME% tools and %ANDROID_HOME% Platform-tools…
-
0
votes1
answer146
viewsHow to take an array of a table and search another table in Ionic and Angularjs
I have a field on a table with a array number: 2;3;7;8;9;10;11;15;1 Each of these numbers corresponds to an ID of another table. I need to list the items of this other table according to the array.…
-
0
votes0
answers132
viewsHow do I get my Ionic app to update its external json to new content?
Well I have a site that uses the JSON API of Wordpress and created the site handmade consuming data wordpress JSON. I created an app for the site using IONIC’s "Whitelist" to get JSON data from…
-
0
votes1
answer130
viewsNative app performance is still far superior to html based app?
I am in doubt about which framework/language to use to start application development. From what I’ve read so far, I’m between using Ionic and Xamarin. Everywhere I read the great advantage of Ionic…
-
0
votes0
answers281
viewsIonic file sending
Guys I’m developing an Ionic app where I want to send a file (actually a photo ), this type of request I tried on get, but it didn’t work... How can I fix ? (The problem is sending via get ? My php…
-
0
votes1
answer191
viewsWhat is the implementation in Ionic 2 to avoid code repetition?
I have a "tab" and would like to put it in the header, however I would like this "tab" and its elements to be the same for all screens, as well as some .scss. design What is the best way to do this…
-
0
votes0
answers1096
viewsPHP Access-Control-Allow-Origin - CORS - Localhost
I am trying to access a localhost application by another application that is also local, but on another IP and port and I can not at all. I have tried every way and always appears the same error:…
-
0
votes1
answer135
viewsProblems exporting Creator app to WWW
Guys I’m doing the layout of my app by Creator, and I try to export the screens to the app I made by the command line for WWW, but it always runs the command line project(whether Blank, tabs or any…
-
0
votes1
answer102
viewsBest way to read Angularjs in an Ionic app
I’m with a question of apps architecture. I have an IONIC project where the app saves some basic data in Storage location so you don’t have to ask for user login every time it opens. But this data…
-
0
votes2
answers615
viewsError and Mysql: [ngRepeat:dupes] Duplicates in a Repeater are
I’m developing an example with IONIC but it’s giving the error: ionic.bundle.js:19387 Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique…
-
0
votes0
answers430
viewsIonic2 - Download Images and Save to Gallery
You guys, simple doubt for you How do I download an image that be in a server and then save them in the device Gallery (IOS and Android). PS: I’m using Ionic 2 From now on I thank you all…
-
0
votes1
answer153
viewsHow to do two views in one view with Angularjs?
I have a chat app and the problem I’m having is this: When sending a message, it takes a certain amount of time to be sent and appear on the screen, because it goes to a database, via the php…
-
0
votes0
answers520
viewsDifficulty displaying data on the angled screen
Good afternoon, everyone I’m making an app, where, when typing a text, the message should appear on the screen. But something strange happens, only the cards (where the text should be displayed)…
-
0
votes3
answers1806
viewsIonic Android Build Problem "Failed to find 'ANDROID_HOME' Environment variable"
I tried several answers to the below error found right here in the OS but none solved the problem. Running the command sudo ionic build android is returned the following message Error: Failed to…
-
0
votes0
answers77
viewsProblem with Ionic versions
Ionic does not respect the standard design structure according to the installed versions, I have version 2.0.0-beta.30, Node = 6.2.1 and npm 3.9.3, when creating a project it generates the project…
-
0
votes1
answer398
viewsAccentuation problem in array generation with Angularjs
I’m having trouble printing the user’s payment methods, they are being stored in my Localstorage with wrong accentuation: // PEGA $scope.formaspag (array2 no localstorage) E COMPARA COM OS CÓDIGOS…
-
0
votes1
answer485
viewsHow to hide the Inappbrowser bar?
I am developing a mobile application that basically loads a web interface inside the app through the Inappbrowser plugin. The idea of the project is exactly to simulate the operation of an app.…
-
0
votes1
answer701
viewsUsing two *ngFor at the same time in the Ionic2-framework
I am trying to use 2 *ngFor on the same ion-Row. I first tried it as follows: <ion-row *ngFor="let mes of meses" *ngFor="let por of arrayPorc"> <ion-col width-25>{{mes}}</ion-col>…
-
0
votes1
answer306
viewsHow to hide a button in Ionic / Angular after it is clicked with ng-click?
I have a button, normal, with an ng-click calling a function: <button class="button button-full button-balanced" ng-click="fechaPedido(pedido.observacao )"> FINALIZAR PEDIDO </button> I…
-
0
votes2
answers481
viewsXmlhttprequest (Ionic + Laravel) error
Good morning! I am developing a hybrid application using Ionic, when I try to send a post to my server (Windows) error occurs below: Xmlhttprequest cannot load…
-
0
votes1
answer35
viewsHow to not allow Backbutton using Ionic when there is a condition?
How can I hide (and/or change the direction of the Backbutton) when I have a condition in the View? I’m trying this way: if (window.localStorage.getItem("fonecedor_carrinho") != '0' &&…
-
0
votes1
answer411
viewsHow to place two ng-repeat in the same view, Ionic/ Angularjs?
I have to list two types of interconnected arrays in the same view. But I’m not being able to list. EDITED: BETTER EXPLANATION I have four tables: valuation, user_app, item_orders, cadastra_offer In…
-
0
votes1
answer89
viewsIonic1 + input [type=file] does not work; How does it work?
In my project, has a file type input that Chrome works correctly, Ios not tested and Android input does not work. Is there a Cordova plugin that makes the input file work or some javascript solution…
javascript android angularjs html5 ionicasked 7 years, 7 months ago Diogo Henrique Fragoso de Oliv 352 -
0
votes1
answer110
viewsHow to turn off the Ionic menu startup?
I would like to know how I turn off the startup menu Ionic on a given page, since I don’t want services are also activated.
-
0
votes1
answer121
viewsWhat is the best way to update the token using refresh_token at the angle?
I’m developing an App (Ionic v1) that, when communicating with the server (implemented with Oauth), returns a token and a refresh_token. What would be the best way to intercept a request, understand…
-
0
votes0
answers42
views -
0
votes1
answer49
viewsError while trying to connect application database also in browser
I’m trying to test the database sqlite of an app also in the browser, only using web sql, I got to search and test some things, but so far nothing worked. My file controller.js is like this and when…
-
0
votes1
answer1079
viewsTake scroll bar on Ionic 3
I’m having a hard time getting the scroll bar on ionic 3 is appearing in all versions (ios, android, windows phone) What should I do ?…
-
0
votes0
answers229
viewsReload/Refresh template
Hello, I am loading my view with a timer and each time the timer runs it does not clean the screen but adds the same items again. I’ve tried cache=false, window.Reload, state.Reload, state.go, but…
-
0
votes0
answers63
viewsIonic + Angularjs customize function with $Location
Good morning, everyone, I would like to know how to leave this code below more performatic. I have two functions that the only difference between them is $Location.path How can I turn this into a…
-
0
votes1
answer56
viewsInfiniti Scroll with firebase and Ionic
Guys I’m here in a pinch, I’m using firebase v3.2.1 and I’m trying to implement an Infinity Scroll with Ionic, the point is that I don’t know how to do, I googled and found a firebaseUtils library…
-
0
votes1
answer89
viewsCalling php server side with Ionic and Angularjs
Hello, folks. I have this title doubt that I haven’t yet managed to heal. I’ve searched several forms and even the conventional form of angular: $http.post() or $http.get() But I return that…
-
0
votes0
answers338
views -
0
votes2
answers1513
viewsHow to save Base64 in Imagefiled Django / data:image/jpeg;Base64,?
I’m trying to save a Base64 image on my model , but not getting. My code is; Model: class Image(models.Model): img = models.ImageField(upload_to = 'pic_folder') view: @csrf_exempt def…
-
0
votes1
answer63
viewsJquery Mask is not working in Ionic’s In App Browser
I have an input type that loads a Jquery mask. $(element).inputmask('99/9999'); Browser works perfectly, but when browsing the App (from IONIC that uses the "Inapp Browser"), in some cell phones do…
-
0
votes0
answers884
viewsHow do I run IONIC 3 app on the IOS emulator?
For android worked well, then tried to use the same standard for IOS and could not. 1 - Ionic Cordova Platform add Ios 2 - Ionic Cordova run Ios --Emulator Gave the BUILD SUCCEEDED but did not run…
-
0
votes1
answer588
viewsImplement recaptcha in an Ionic app
I tried to use all the plugins I found to check (captcha) within my application. I am using the Ionic framework. I wonder if there is a plugin that works inside the html code in this case. Some of…
-
0
votes1
answer265
viewsError in adb.exe running "Ionic Cordova run android --device"
I’m trying to run my app on mobile and gives this error: Until yesterday it was working and had already tested on mobile several times. When I updated Ionic started to appear this message adb.exe. I…
-
0
votes1
answer30
viewsWrong route request when placing Ionic-slide-box on home
I have the service in this file www/app/home/home.service.js: angular.module('app.home') .service('services', ['$http',services]); function services($http) { var service = {}; var self = this;…
-
0
votes1
answer91
viewsError sending json via $http
I am trying to send a json via $http.get, but it is returning an error in the console "500 (Internal Server Error)" system.technology.Ws/pedidGravar.Asp:1 Is this error in ASP system or $http…
-
0
votes1
answer57
viewsHow to check if an ionicModal is open?
Hello, How to know if an ionicModal is open? I need to check if an ionicModal is open, in case I need to close it so it doesn’t open two ionicModal at the same time
ionicasked 7 years, 4 months ago Edinho Rodrigues 384 -
0
votes1
answer770
viewsUpgrade version of Ionic
I have projects in Ionic 1.x, and I will start a new project, however, I would like to upgrade Ionic to its latest version (stable). My question is about compatibility, that is, I need to know if I…
ionicasked 7 years, 4 months ago Marco Garcia 332 -
0
votes1
answer33
viewsHow to correctly add more than one ion-radio to a template?
I’m having trouble adding more than one ion-radio to a template. I have a screen with an ion-radio that is working accordingly. However I need to add a few more and I am finding problems. When I…
-
0
votes0
answers305
viewsHow to create a field dynamically in Ionic and/or Angularjs?
Have a list of products, but my list does not have the quantity field, and nor should have because it would be stock control and that is not it. I want the quantity field so when you click (+) add 1…
-
0
votes0
answers358
viewsGenerate PDF with Ionic images
I need to generate a PDF within a hybrid APP developed with Ionic. I tried to use the main plugins such as pdf-Generator but I always end up bumping into the same problem, which are the images that…
-
0
votes2
answers3043
viewsIonic command not found after updating
Yesterday when I opened my project Ionic the terminal asked to update, I gave yes and after that stopped working. Could not find the directory or something, searching the stack I saw a solution that…
-
0
votes1
answer149
viewsHide Ion-tabs Ionic 1
Guys, I have a problem with the tabs on the app. The application I’m developing has a chat screen and on this screen I want to hide tabs. I’ve tried using $ionicTabsDelegate.showBar(false); a tabs…
-
0
votes1
answer557
viewsHow to insert a data set of an array into the WEBSQL with Ionic?
I want to insert a data set in a local table (WEBSQL). The way I’m doing just inserts the last array set, wanted to store all objects. To create my Websql I created this JS: (function(){ "use…
-
0
votes1
answer262
viewsIonic v2 white screen
I am making an application using Ionic v2 and this working perfectly, my problem is that when Gero for production -> Ionic cordoa build android --Prod. In some cell phones begins to give White…
-
0
votes2
answers102
viewsIonic2 root Nav
Guys I’m developing an app in Ionic 2 and on the first screen Page1 and executed: this.app.getRootNav().push(Page2) My problem is that when user click back button I want you to run the method…