Ionic - Google Map Java Script api working on browser...but not displaying...
@cenaprince wrote: Hi , I have implemented Google Maps Java script api in my app. I am finding the current location using Geolocation and displaying the nearby places like banks…etc…The app works fine...
View ArticleProvider vs Service in CLI
@Borongaj wrote: Hi everyone, Why does ionic cli generate Provider and Angular one does generate Service ? Thanks ! Posts: 2 Participants: 2 Read full topic
View Article'Prefix' options for Components?
@Borongaj wrote: Hi everyone, Does ionic have a “prefix” option for generating Components like the angular cli one has ? Thanks ! Posts: 2 Participants: 2 Read full topic
View ArticleCordova build not building updated html files in ionic
@angelsoft915 wrote: Hello, this is my first post here, not know much… I am new to ionic. I am facing the issue. each time I create cordova build android. it generate apk but its not updated to the...
View ArticleSwipe list - differentiate between swipe and drag
@aavelyn wrote: I’m using the ion-item-sliding for todos and I want the item to execute a method (like delete) only for a swipe gesture while the user still can drag the item. Thus if the user starts...
View ArticleWhy do not you see tabs in this example?(ionic v3 latest)
@mauriciosouza10 wrote: Why do not you see tabs in this example? <ion-header> <ion-navbar color="danger"> <button ion-button menuToggle> <ion-icon name="menu"></ion-icon>...
View ArticleFailed to add ImagePicker plugin on iOS
@skydive wrote: ionic cordova plugin add cordova-plugin-telerik-imagepicker fails on Mac with the following error: An error occurred while running cordova plugin add cordova-plugin-telerik-imagepicker...
View ArticleUsing form Validators return values for error messages
@wterrill wrote: In a validator connected with a form, I have something like this: import { FormControl } from '@angular/forms'; export class SpotValidator { static isValid(control: FormControl): any...
View ArticleChange animation back button
@Peter_D wrote: I use these code to change animation from left to right, but It does not work. In home.ts, I’ve changed animation with the code below. It’s work properly. How can I apply it to back...
View ArticleFocus the ion-searchbar on ionViewDidEnter
@Peter_D wrote: The focus does not work. It said “Cannot read property ‘setFocus’ of undefined”. How can I fix it ? ionViewDidEnter() { setTimeout(()=>{ this.searchBar.setFocus(); }, 150); } Posts:...
View ArticleIonic2+ with seo support
@Aofzide wrote: SEO web for Ionic2+ Is there case study or example for implement ionic 2+ seo support? I try on PWA + lazy load Posts: 2 Participants: 2 Read full topic
View ArticleRun Promises in a loop
@dbertels wrote: Having imported ionic-native’s ‘contacts’ library, I am trying to run the Contacts.find() method, which returns a Promise, in a loop. It works when I’m hard-coding: modifyContacts(){...
View ArticleCannot add plugin appodeal
@rashnk wrote: Following the docs http://ionicframework.com/docs/native/appodeal/ , i tried to add appodeal plugin ionic cordova plugin add https://github.com/appodeal/appodeal-cordova-plugin.git it...
View ArticleIon-list ngFor not showing
@texasman03 wrote: Guys, Swear I must be going crazy. I have a very simple array, and in my HTML *ngFor=“let item of array” Sometimes when I load this page the list shows, sometimes not! I’ve tried...
View ArticleError: EIO: i/o error, read
@Karishma wrote: image.png651x593 40.3 KB Please help me guys … its urgent to build my app… my app not build or run on android phone it show Error: EIO: i/o error, read Posts: 1 Participants: 1 Read...
View ArticleIonic2 get URL of a page/view
@HugoHeneault wrote: How can I get the URL of a Page I want to go to? I’m reloading my app on logout, but I’d like to redirect straight to the good page to avoid contents flashes on app reload. Or if...
View ArticleIon-Menu isn't displayed
@Java_Programming wrote: Hi, I started programming with ionic and I want to create a page with a sidemenu. I have the following code: import { Component, ViewChild } from '@angular/core'; import {...
View ArticleHow can I navigate to same page?
@HarinderSingh wrote: Hello All, I want to navigate to same page again. Suppose I am on MenuDetailpage, I want to navigate on MenuDetailPage again with new parameter from same page i.e....
View ArticleCordova encountered an error
@nagarajsabhahith wrote: Till yesterday it was working fine , But today i am getting below error [ERROR] Cordova encountered an error. You may get more insight by running the Cordova command above...
View ArticleHow to open a remote PDF with Ionic?
@ioclaudio wrote: Hi all, I’d like to open a PDF (or just download it) from an Ionic App (Cordova 1.5.0 - Ionic CLI 3.6.0). I’ve found many posts on that argument but I can’t find a nice solution....
View Article