How to use custom icons in google maps?
@cooldp007 wrote: Hello, I want to use custom icons in google maps For e.g. I am implementing distance between two points(Origin and Destination) with touch points in between Origin and Destination...
View ArticleiOS app not launching
@pjaiswal wrote: ios app is not getting launched, getting stuck at splash screen, below is the configuration we are using, also PFA ionic information about the setup we are using for the same....
View ArticleIonic 3 to fetch user data based on id
@lydia-sebastian wrote: I have two api’s one for login and another for user profile. I want to fetch data from user profile api based on the userid that i get from login api after login that i have...
View ArticleI've got an error cannot read property 'split' of undefined in ionic file plugin
@klejz0r wrote: Guys i’ve got an issue while doing this function. const options: CameraOptions = { quality: 100, allowEdit: true, sourceType: source, saveToPhotoAlbum: true, correctOrientation: true,...
View Article[ionic 4] View not updating after app suspension/resumation
@jp4velocity wrote: I have a component in which i subscribe to an Observable. In the callback i set member variables in that component. Those variables’ values will then be displayed on the component...
View ArticleMigration from Ionic V1 to latest version V4
@machih-tkd wrote: Hello everbody, i started using ionic no longer ago, I need your help please my issue is about the first step to do when you start with an existing project ionic and what can i do...
View Article[IONIC 4] migration from ionic3 with a custom Router and a TabBar
@EricM wrote: Hi, I’m working on the migration of an app with 20 screens. We build a custom router at this time, and I have some difficulties to do the same thing with the Angular one (it’s possible,...
View ArticleIon-item-sliding full slide like gmail
@mrc_prasad wrote: Hi I am using ionic 3 to develop the application. I am using list to display and ion-item-sliding to slide from left and from right. I tried in different ways but I couldn`t full...
View ArticleCannot create new project using ionic 3
@geraldlim95 wrote: Hi, I am very used to ionic v3. So i downgraded my ionic version to 3.20.1 (which i believe to be the latest version of ionic v3). However, upon declining the upgrade to ionic v4,...
View Article[IONIC V4] add this module to your dependencies and use regular "require" to...
@luisandro wrote: How to add a module to your dependencies and use regular “require” to load it? Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 - PWA -> offline not working
@smbu wrote: Hi all, I have created a PWA that works fine, it is served on an IIS server in a sub/subfolder, all is working fine except it is not working when offline. When I look into the file...
View ArticleMigrating to Capacitor
@blondie63 wrote: Hi, i’ve a Ionic 4 app Cordova based, how much work to migrate to Capacitor ? Is there a guide to do ? Thanks Posts: 1 Participants: 1 Read full topic
View Article¿how disable back button android ionic 4.12.0?
@dannyggg23 wrote: how disable back button android ionic 4.12.0 lastTimeBackPress = 0; timePeriodToExit = 2000; this.platform.backButton.subscribe( async() => { if (new Date().getTime() -...
View ArticleSecure Storage never finds keys
@ies1 wrote: Hi there Our app is using the secure storage for saving session tokens and so on. It did work previously on Android and it is still working properly on iOS. But now, whenever I want to...
View ArticleError could not get resource while running ionic cordova build android
@sedar wrote: FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'android'. > Could not resolve all files for configuration ':classpath'. >...
View ArticleDeployment | Starting Ionic routing after https://my.url.com/versionNumber
@SALMAU wrote: I have done an Ionic 4 app. The aim is to use it as website for mobile. To do that I put my www folder (built thanks to the ionic build --prod --service-worker command) on a server. I...
View ArticleIonic 3 - list / detail with google map problem only in Safari Browser
@martinmildner wrote: I am having a strange problem: I am using a list and detail page, each includes a google map (via Javascript API). When opening the detail page for the first time, going back via...
View ArticleTabs Scrolling X - Hidden tabs
@jefftchtnk wrote: I’m using a tabs layout and have enough tabs for some views that take up more than the screen can allow. I’ve tried implementing some CSS solutions like overflow scroll x, but when...
View ArticleStencil component crashes with d3js
@alej19ortiz wrote: I´m building a small chart component using stencil and d3js. Every time I import one of d3 modules like: import { select } from "d3-selection"; import { scaleLinear } from...
View ArticleLogin email and password from firebase
@ariff23 wrote: this is my code admin login.ts import { Component } from ‘@angular/core’; import { IonicPage, NavController, NavParams, AlertController, LoadingController, ToastController } from...
View Article