Understanding 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 ArticleSync server contact to device
Hello friend I am looking code to sync contact from server to device account with app name like facebook, skype, zabber. I am usin ionic 3 with ionic-angular project. Thanks in advance. 1 post - 1...
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 apps for a client 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 a...
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 ArticleGoogle Account Recovery | Recover My Gmail Account
Due to some sort of mishaps, users may have forgotten the Google account password as a result of which they may not be able to access any of the services of Google account. But to every problem there...
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 ArticleCannot verify server identity imap.gmail
Steps to fix Cannot verify server identity imap.gmail issue Evacuate the email that is giving the issue by going to Settings > Mails and afterward open the Accounts tab. Tap on the email you need...
View ArticleProblems with build --prod
Hello, I need help with my app when making a build --prod. In the app I have created two modules, one for a home screen (login) and another module for the application itself. Well when doing a build...
View ArticleBulletin: UI component for javascript developers
Bulletin component It’s a very useful draggable pop-up for mobile developers Bulletins was firstly demonstrated on iOS, as simple airpods information popup (about 3 years ago), but the good and stable...
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