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
-
-1
votes1
answer19
viewsUndetected error: 'nativeElement' property cannot be read
I’m implementing an Uber app clone interface and trying to render a map through Google’s API, but when executing the code the map does not load and the console shows the following error:…
-
-1
votes1
answer16
viewsRunning Ionic build Ios on macOS with Node 7 I get a message 'stdout maxBuffer exceeded'. How to resolve?
Suddenly I started having this problem when I try to build my app with ionic build ios . I don’t understand what might have happened because it was running normal one day, but the next day it…
-
-1
votes1
answer20
viewsIon Toggle not saved - Storage (Ionic)
Hello, I have a simple problem. I have a list of Toggles in my app. I need that when users check or uncheck Toggle, changes are saved after the application is closed. I am using Storagemodule. I…
-
-1
votes0
answers19
viewsProblems with stylization
The idea is, when the user adds the ingredients it will format the way I want it to To using Ionic and Angular Follow the images below Here the user would add the ingredients It was supposed to look…
-
-2
votes1
answer252
viewsHow to get the last id generated in php using angular?
Next, I am registering cep and I need to get the id of this cep, recently registered to insert in the table of users. I tried to do in Pdo using the same php file that I registered the cep... Gave a…
-
-2
votes1
answer334
viewsIONIC - My project does not generate the www folder
I did the normal installation of Ionic, followed the steps and etc. After creating my project and accessing the visual studio code, there is no www folder. I noticed that in all video lessons on the…
ionicasked 6 years ago Luciana Freire Efelipe Correia 27 -
-2
votes1
answer138
viewsIonic v1 build windows 10 or 8.1
I’m trying to build a trial app for windows 10 or 8.1. I’ve already added in config.xml: <preference name="windows-target-version" value="10.0" /> Ai on the console I run the following…
-
-2
votes1
answer26
viewsProblems doing user listings using Ionic and Firebase
Hello I’m trying to build an application using Ionic and Firebase, but I’m having a hard time getting a user list. The app already has users registration and registration of the products I want to…
-
-2
votes1
answer90
viewsWhat are the requirements to create a windows app using Ionic?
I created an app for android using Ionic, wanted to take this same app and build for pc, what the requirements and how to do?
-
-2
votes1
answer134
viewshow to erase Ionic completely from the machine
Can someone help me? guys, I’m running npm Uninstall -g Ionic to uninstall Ionic, but presents following errors: Error: Cannot find module…
-
-2
votes1
answer382
viewsHide Buttons
Wanted a help with angular, I use an ngFor to generate the buttons "-" and "+" which are the buttons that give choice to the user. So when it comes to choosing options such as the flavor of the…
-
-2
votes2
answers117
viewsHOW TO MAKE A BOOT APPEAR ONLY TO THE ADMINISTRATOR
Can someone help me? I’m trying to make an admin page but I’m having difficulties, because anyone who logs in to the application, will see the button (ADD PRODUCTS) and (Delete products), because…
-
-2
votes1
answer197
viewsHow to receive an array of data from my Ionic Storage
I need to send some data to my php that will handle them and send to my Cpanel database. In my code, I can correctly save the data I want (image, latitude and longitude) in the Ionic Storage and…
-
-2
votes1
answer35
viewsjavascript does not recognize the array possible when I set
I am making a project in Ionic 3 however when weighed for it shows a specific place of the array it does not recognize and undefine my code: public status: boolean = null; public id_est = null;…
-
-2
votes1
answer111
viewsTreat backbutton event in PWA APP created in Ionic
I read that for PWA created in Ionic does not have the solution to handle when the user clicks the backbutton, physical button. The problem is when the user clicks multiple times on the backbutton…
-
-3
votes1
answer793
viewsAnyone familiar with the Ionic framework?
Do you know the Ionic framework? It’s similar to Phonegap.
-
-3
votes1
answer39
viewsSTART IONIC SHOWS ERROR
Good Afternoon guys, below follows images of the settings of my system Linux Mint and also follows picture of the error that is giving when I try to start Ionic , someone would say which error is…
ionicasked 6 years, 4 months ago Hugo Leonardo 1 -
-3
votes1
answer204
viewsIonic 4 page does not load record listing update after any change
Next people, I have two components in Ionic, one that lists users and another that shows the details for modification. All navigation in my app is done through routes. It turns out that after I add…
ionicasked 5 years, 6 months ago João Paulo Silva 15 -
-5
votes2
answers81
viewsInaccessible attribute value
Hello, I’m trying to get the attribute of an object in my view but I can’t, whenever I try to give Undefined "Controller" Service Interface View (backend) View Front (brownser) So far in this way I…