Easy Steps To Recover Google Account
When you can’t access your Google account due to incorrect details, you need to recover it. As Google is security-driven, it provides you with different recovery options, using which you can easily...
View ArticleResponsive Routing
Hi, I was hoping to get some clarification on how I can use Tabs on Mobile, but an alternative Navigation on Desktop. I’m familiar with responsive design, so this is not about hiding and showing...
View ArticlePrevent Angular resolver running on back button
Hi How can I stop an Angular resolver running when clicking the ? I have two components; DashboardComponent and PageOneComponent. When the app first loads, the DashboardComponent resolver fires,...
View ArticleHow to set width of 'ion-tab-button'
Hi, I am unable to set custom width to “ion-tab-button”. I need to create a tab menu, for which I need to set width for “ion-tab-button” so that the button width will adjust automatically, but right...
View ArticleCORS error with Angular HTTP and PHP
Hello, I have been stuck with this for days and I am sort of new in ionic… Any possible solution that might work is welcome. ------> So, I have been making HTTP calls using angular’s HTTPClient in...
View ArticleUnderstanding how Ionic 5 uses colors
I’m really struggling with colors in my Ionic theme. The default app had a bright white and blue theme but what I need to achieve is a dark grey theme. I have found the “Color Generator” in the docs...
View ArticleIonic cli error: package exports invalid
I develop the iShine app on linux and then transfer the latest build to a MacBook when ready. This time Ionic on the MacBook is refusing to work without error. Whenever I run it I get: Error: Package...
View ArticleUnable to get the firebase token in Android 7
I have installed Cordova: https://github.com/chemerisuk/cordova-plugin-firebase-messaging plugin to handle the notification. It’s working fine in android 9 but when I test the application in android 7...
View ArticleBrainstorming an app with a tinder-like UI
Hi everyone! I’m looking to create an app that has similar features to tinder such as the swiping gestures with cards and displaying cards based off of a list of criteria. I’ve seen a few examples of...
View ArticleIonic 5 and Internet Explorer 11
I have been developing cross-platform apps for several years with Ionic (Angular), and my client requires compatibility with Internet Explorer 11. Versions 3 and 4 of Ionic worked fine in IE 11 (with...
View ArticleUsing OAuth 2.0 for Google (Youtube) API with Ionic
Hi I am trying to implement Google’s YouTube API V3 on my Ionic application but I cannot. So far I have tried 2 different methods without success: Use Google APIs Node.js Client. I followed this...
View ArticleIonRadio display: none can't trigger checked
I create IonRadioGroup with IonRadio and i try to style when i check radio it will change style. But it’s just work when IonRadio not use display: none. When i use display: none it not trigger. this...
View ArticleBug with csp and ico
Hello, i start to learn ionic with angular, i have create my app, and when i link firebase, i have this error… But i dont understant the link between the twos and why this ico is blocked by CSP… Thx 1...
View ArticleInput are getting disabled after navigate back to authentication page
First time when app opens, the inputs are working fine, after the user logins and logs out, nothing of the inputs does not work. What could be the issue? On login, i set nav.navigateRoot and on going...
View ArticleHelp understanding login logic in ionic 4 + angular
I’ve got an app that redirects users depending if they are logged in or not. It’s displaying some odd behaviour, which i’mt rying to get to the bottom of. I don’t understand the logic of this code - i...
View ArticlePlacePredicion Autocomplete isn't working properly
Hi, I’m using a searchbar for Geolocation inside my app, but it seems like the Autocomplete isn’t working properly. The first city is autocompleted correctly, but if I erase all text inside the...
View ArticleCan't open my app with url scheme
Hello I made webpage that redirect to my app. I made function to open market page. what I think it’s weird is that I made code that after 2second page loaded, it automatically call function that...
View ArticleIonic5/Capacitor which is the right workflow to rebuild the app?
Hi, I’ve created an Ionic5 app with Capacitor using these commands: - ionic build - npx cap add android - npx cap copy android - npx cap update - npx cap open android - Android Studio--> sign app -...
View ArticleHow to stop scrolling when prepending items to ion list
Within my app I have a chat box. Messages are lined up from the bottom and I use an ion-infinite-scroll at the top to detect when scrolling up. When scrolling up I get previous messages from the...
View ArticleI'm trying a problem when trying to fetch data from the sqlite database, an...
export class AnimalDaoService { constructor( private db: BancoService, private Animal: AnimalService ) { } /** * retorna todos os animais cadastrados */ public getAnimais() { let listaAnimais = [];...
View Article