Ion2-calendar not highlighted/selected when clicked on dates
I have added one calendar library from the below link for one of my project on IONIC 3, https://github.com/HsuanXyz/ion2-calendar/tree/v2 CalendarBookPage contains both calendar modal and razorpay...
View ArticleIonic 5 Angular Tabs static display
Hoping to get some eyes on my SO question With the ion-tab element replaced by ion-tab-bar & Angular Routing (as documented in the breaking changes) - is there another way of displaying “static...
View ArticleAllow multiple menus
This question seems related, but is sadly unanswered and also seems to be Ionic+Angular: How to make multiple side menus working in a mobile browser My app uses a navigation menu that allows switching...
View ArticleImport a custom font
Hello, i wanted to know how can we import custom font in a Ionic React app ? Thank you 1 post - 1 participant Read full topic
View ArticleIonic 5 with Angular PWA not working
Hi, Does anyone face the issue of not working PWA in Ionic5 with Angular? I am trying below commands to create a simple PWA app with Ionic5 and host the same on the firebase. After I deploy it on the...
View ArticleIonic5 Google Maps with Capacitor
I am upgrading our app to Ionic5 and Google Maps is a key component. In Ionic5 manner I tried to stick with Capacitor as it it recommended. However, running Google Maps in the labs / simulator I get...
View ArticleIonic input keyboard scrolls up contents
Hi there, hope you will be fine. I need some help. I am using ion-textarea in my ionic project and below that I have some buttons. When I build the app and test on android it looks perfect. When I tap...
View ArticleError :This constructor is not compatible with Angular Dependency Injection...
I am importing a service in my login page, but when it is giving me this error Uncaught (in promise): Error: This constructor is not compatible with Angular Dependency Injection because its dependency...
View ArticleLearn to Build Mobile Apps With Ionic Framework, ReactJS and Capacitor
This is a multi-part video series on how to build a mobile application using reactjs and ionic framework. There will be approximately two videos a week covering topics to build a mobile application on...
View ArticleTags from Ionic 5 docs not working
I have installed the latest version of Ionic Angular with: npm install -g @ionic/cli ionic -v shows me 6.9.2 I’ve created a new app using the super starter app, using --type=ionic-angular I am finding...
View ArticleBase64 image doesn't display
Hey, I need to store an image (object File) in order to use it on my app whenever I want. So I’m doing like this: this.user = this.parse.currentUser; this.photo = this.user.get('photo');...
View ArticleHow to select a tab with Ionic5?
Hi, which is the correct way to select programmatically a tab with Ionic5? With previous versions of Ionic I used the code: his.navCtrl.parent.select(tabIndex); The tabs are defined in this way:...
View ArticleIonic storage doesn't work
I’m following just like https://ionicframework.com/docs/angular/storage says so, but gets the following error: here’s my app module code: ... import { IonicStorageModule } from '@ionic/storage';...
View ArticlePush Notification Problem
Here is the problem scenario phonegap-plugin-push(plugin for push-notification) Overview phonegap-plugin-push(push notification) is only working on cordova android @7.1.0 which register the device for...
View ArticleIon-input does not fires `blur` event
It seems that ion-input does not trigger event handler bound to Angular’s (blur) event but does trigger if I use (ionBlur). But in turn I have a problem with testing ionBlur because I have no idea how...
View ArticleAngular blur and ionBlur - what's the difference?
I cannot find what the difference between those two elements is. I can see that ion-input has custom events (among others ionBlur) but not why I should use ionBlur instread of blur. One (quite...
View ArticleIndexedDB path in android app
I’m using @ionic/storage without the cordova sqlite plugin, and I’m trying to figure out where the path of the indexeddb file is. Can anyone help please? 1 post - 1 participant Read full topic
View ArticleAdmob ADMOB_APP_ID using Capacitor
Hello, According to the cordova-plugin-admob-free github page, you need to add the variable ADMOB_APP_ID when adding the plugin: cordova plugin add cordova-plugin-admob-free --save --variable...
View ArticleIonic 5 Tabs Hide from view
I have some ion-tabs and my routing builds off from there. My question is how can I hide the tabs on certain pages once my routing reaches a certain point? I have a page that gets loaded in as a tab...
View ArticleApp crashed if i install image picker and google maps
I have installed image picker and google maps plugin. but its crashed in latest android versions. but it working fine in other android version. when i click upload image it going crashed an android 9...
View Article