I made a filter to perform a search on Ionic 3. Here is my TypeScript code:
filtrar()
{
//Filtra
this.auto.storage.get("acesso").then(sessao =>{
var dados = {"token":123,"rg":sessao.rg, "data": this.filtroData, "tipo"...
I would like to know how to do in ionic 3 to leave the android header equal to iOS, that is, occupying all the upper space without appearing, that part of the division where the cell information appears (time, battery and etc).
<ion-header&...
Good morning,
I have a problem in listing data in ionic 3 using mysql. The problem is the following, I have an app that lists the comodo of a house and the consumption of each comodo, but I can not get the specific id of each room so that I can...
I'm creating an interceptor to send the token along with the requests to Api.
I use @ionic/storage to save my user information. However, when I try to get the token in the constructor to save to a variable (eg private token: string), m...
Good Afternoon
I would like to know how to shoot the alert scrollbar
presentConfirm () {
let alert = this.alertCtrl.create ({
title: 'Exiting the Application'
message: 'Are you sure you want to exit? ',
buttons: [
{...
Good Afternoon
I have a problem and I need to know how to hide the set of back (navigation) in some specific pages, somebody has some solution.
Thanks in advance.
I'm still learning about Ionic. I would like to know how to change the tab title by an icon or custom image.
HTML<ion-header><ion-navbar><ion-title>empty</ion-title></ion-navbar></ion-header><ion-conten...
I was reviewing some cross-platform frameworks and discovered Ionic, which uses Html, Javascript and CSS for hybrid application development.
So what's the difference between Ionic and Phonegap?
Why use one and not the other? Which project is...
I'm creating an app with ionic and angular, and I'm making use of tabs. I have 5 tabs, and one of them displays a "Menu" page, this page contains the listing of other pages that are not on the tabs, each item in that listing redirects to a diffe...