Ionic creator i exported the pages its coming in templates
@peterpaularasu wrote: actually i am new to ionic i exported the pages from the ionic creator and as in instruction i pasted in www everything is working fine but i found the pages are in templates …i...
View ArticleFailure in building ionic app fro ios
@afshankazhungil wrote: Hi, I tried to build ionic app for ios. but build failed by showing failure . Please any one suggest me a better solution? ** BUILD FAILED ** The following build commands...
View ArticleError on add sqlite plugin to project
@reza3vi wrote: Hello. When add sqlite plugin to project get many errors. such as (config.xml not fund or ionic-plugin-keyboard not installed and…) and when remove sqlite plugin solved and build and...
View ArticlePlay and pause button
@nouleho wrote: Could someone please explain me how to change button to play or pause. Actually I have two buttons (play and pause): <button ion-button icon-only round (click)="startAudio()">...
View ArticleWhen you lazy load one page, all other pages are lazdy loaded automatically?
@boussarhane wrote: Hello, I would like to know If you have an app with 5 pages and you lazy loaded the home page (by adding a module to the home folder, IonicPage to home.ts, deleteted HomePage from...
View ArticleIonic 3 GoogleMaps problem
@asad60100 wrote: Hello, I’m trying to add a Google Maps on my project and it works when i run it on my mobile but not working on localhost (blank page). Is it working only on devices ? Thanks home.ts...
View ArticleCant access values on a list on firebase
@cerveira9 wrote: I have a list of items I need to show on the screen. But the main problem is… These values are stored using authentication, this means that if I log as use A, there will be user A’s...
View ArticleI want to do .when i'm visiting the hospital show me an alert
@flycoders_sourav wrote: I want to do .when i’m visiting the hospital show me an alert.on that time i want to show an alert.“This is hospital” how can i do that please help me anyone. Posts: 1...
View ArticleHow I can get the place name of my current position?
@flycoders_sourav wrote: how I can get the place name of my current position? Posts: 3 Participants: 2 Read full topic
View ArticleUpdating tab badge dynamically on Ionic 2/3
@EVALLEE wrote: Hi, I’m try to update badge value by using event methode from a provider. It seems ok on Android but not on iOS. The provider extract import { Events } from 'ionic-angular';...
View ArticleToolbar text align variable - why only iOS?
@bpeary wrote: Hi, Anyone know why there is this variable for ios $toolbar-ios-title-text-align but not one for md? ios is already centered, but md is not. I just want to center it. Cheers Posts: 1...
View ArticleHow can I use transactions in SQLite plugin on Ionic3?
@aluco wrote: I’m wondering how to use transaction with SQLite from ionic native’s framework. I use the following code: syncProducts(products: Array<Product>){...
View ArticleDownloading and extracting tabs starter - failed!
@nidheeshg wrote: Downloading and extracting tabs starter - failed! Error: connect ETIMEDOUT 218.248.255.164:443 Posts: 1 Participants: 1 Read full topic
View Articlethis.NavCtrl.push() not working
@Cruzz1785 wrote: am trying to navigate to another page on click of button. There are two pages home & base in home.html Go in home.ts I have imported BasePage module. import { Component } from...
View Article@ionic-native/battery-status works very intermittently
@greenie2600 wrote: I’m developing a very simple toy app to learn the BatteryStatus plugin. For testing, I’m using the Android emulator, as well as the Ionic DevApp (on my Android phone). All the app...
View ArticleNeed some help with HttpClient / map
@johnmccallister wrote: import { HttpClient } from '@angular/common/http'; import { Injectable } from '@angular/core'; import { Observable } from 'rxjs/Observable'; import 'rxjs/add/operator/catch';...
View ArticleSorting ion-items alphabetically with different languages
@cmelone wrote: Hi there, I am creating an app where a user sees a list that needs to be sorted alphabetically. The app is offered in two languages, so the translate pipe needs to be integrated into...
View ArticleHow to perform a switch statement on a click event
@DamoKane wrote: Hi, I’m completely new to Ionic and have got stuck at the switch statement with a button. What I want to happen is to save a selection from a radio group on a settings page and then...
View ArticleIonic with Angular 5 and new HttpClient
@Philipp_Websteps wrote: Hi, I discovered a big problem. With the new HttpClient, you can get full response only if you use in the options {observe: ‘response’}. That’s ok and works good. But if you...
View ArticlePreload an SVG during application load
@philipdring wrote: Hi, I have a page whose typescript file loads the content of a large SVG into a DIV in the html using jQuery’s .load function. The SVG is several thousand lines and 293Kb; it takes...
View Article